MCPcopy Index your code
hub / github.com/witheve/Eve / accept

Method accept

src/runtime/join.ts:74–74  ·  view source on GitHub ↗
(index: MultiIndex, prefix: any[], solvingFor: Variable, force?: boolean, prejoin?: boolean)

Source from the content-addressed store, hash-verified

72 // for this provider. SolvingFor is used to ignore accept calls that
73 // aren't related to variables the provider is solving for.
74 accept(index: MultiIndex, prefix: any[], solvingFor: Variable, force?: boolean, prejoin?: boolean): boolean
75}
76
77//---------------------------------------------------------------------

Callers 3

joinRoundFunction · 0.65
preJoinAcceptFunction · 0.65
joinFunction · 0.65

Implementers 3

IfScansrc/runtime/join.ts
Scansrc/runtime/join.ts
NotScansrc/runtime/join.ts

Calls

no outgoing calls

Tested by

no test coverage detected