Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/witheve/Eve
/ resolve
Method
resolve
src/runtime/join.ts:489–491 ·
view source on GitHub ↗
(prefix)
Source
from the content-addressed store, hash-verified
487
}
488
489
resolve(prefix) {
490
return
resolve(this.args, prefix, this.resolved);
491
}
492
493
propose() {
return
; }
494
resolveProposal() { throw
new
Error(
"Resolving a not proposal"
); }
Callers
1
accept
Method · 0.95
Calls
1
resolve
Function · 0.70
Tested by
no test coverage detected