MCPcopy
hub / github.com/witheve/Eve / isVariable

Function isVariable

src/runtime/join.ts:44–46  ·  view source on GitHub ↗
(thing)

Source from the content-addressed store, hash-verified

42}
43
44export function isVariable(thing) {
45 return thing instanceof Variable;
46}
47
48//---------------------------------------------------------------------
49// Proposal

Callers 9

buildVariableMapMethod · 0.90
constructorFunction · 0.90
constructorMethod · 0.90
constructorFunction · 0.90
toValueFunction · 0.85
constructorMethod · 0.85
constructorFunction · 0.85
constructorMethod · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected