Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
export
function
isVariable(thing) {
45
return
thing instanceof Variable;
46
}
47
48
//---------------------------------------------------------------------
49
// Proposal
Callers
9
buildVariableMap
Method · 0.90
constructor
Function · 0.90
constructor
Method · 0.90
constructor
Function · 0.90
toValue
Function · 0.85
constructor
Method · 0.85
constructor
Function · 0.85
constructor
Method · 0.85
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected