MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / evalStatically

Method evalStatically

src/parsetree/base.js:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 evalStatically() {
74 throw new Error("This expression cannot be evaluated statically: " + this.type);
75 }
76}
77
78/**

Callers 7

bun-hyperscript.jsFile · 0.45
parseMethod · 0.45
getProxyMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected