Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ peek
Method
peek
packages/effect/src/unstable/encoding/Yaml.ts:313–315 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
311
}
312
313
private peek(): string {
314
return
this.input[this.index] ??
""
315
}
316
317
private fail(message: string): never {
318
throw
new
SyntaxError(`${message} at flow offset ${this.index}`)
Callers
11
parseValue
Method · 0.95
parseSequence
Method · 0.95
parseMapping
Method · 0.95
parseKey
Method · 0.95
readUntil
Method · 0.95
skipWhitespace
Method · 0.95
expect
Method · 0.95
TxQueue.test.ts
File · 0.45
Queue.test.ts
File · 0.45
TxPriorityQueue.test.ts
File · 0.45
consumeFlagValueWithTokens
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected