MCPcopy
hub / github.com/harttle/liquidjs / ScopeObject

Interface ScopeObject

src/context/scope.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Drop } from '../drop/drop'
2
3export interface ScopeObject extends Record<string | number | symbol, any> {
4 toLiquid?: () => any;
5}
6
7export type Scope = ScopeObject | Drop
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…