Within the link provided at https://docs.mongodb.com/manual/reference/bson-types/, it discusses JavaScript with Scope as a potential data type found in documents.
I have some inquiries:
(1) Could you explain what exactly JavaScript with scope entails?
(2) Is this considered an "Internal" data type within MongoDB?
When I say "internal", I am referring to a type that cannot be utilized by users. Unfortunately, I haven't been able to locate more detailed information regarding this particular type aside from its mention in the aforementioned link.
(3) While using the mongo C driver, I came across Struct bson_value_t at . Can you provide insight into what the "scope_data" buffer represents?