Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ prefixLen
Function
prefixLen
src/compute-engine/boxed-expression/rules.ts:1084–1084 ·
view source on GitHub ↗
(k: string)
Source
from the content-addressed store, hash-verified
1082
})
1083
: {};
1084
1085
// Stamp the purpose of the firing rule onto emitted steps
1086
const
stepOf = (value: Expression): RuleStep =>
1087
purpose !== undefined ? { value, because, purpose } : { value, because };
Callers
1
applyRule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected