Current section
Files
Jump to
Current section
Files
src/gleamql_ffi.mjs
// Returns undefined which can be passed around without evaluation.
// This is safe because it's only used to extract field structure from
// ObjectBuilder continuations and is never actually decoded.
export function placeholder() {
return undefined;
}