Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ parseStepThreshold
Method
parseStepThreshold
packages/core/src/constraints/parser.ts:264–267 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
private parseStepThreshold(): number {
265
const
token = this.parseNumberNode();
266
return
token.value;
267
}
268
269
private parseScopedRef(scopeName: string): ExprNode {
270
this.expect(
"."
);
Callers
1
parseStepsCall
Method · 0.95
Calls
1
parseNumberNode
Method · 0.95
Tested by
no test coverage detected