MCPcopy Create free account
hub / github.com/denoland/std /

Class

toml/_parser.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45export class Scanner {
46 #whitespace = /[ \t]/;
47 #position = 0;
48 #source: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected