MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / location

Method location

src/lib/parse/Tokenizer.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::pair<size_t, size_t> Tokenizer::location() const {
108 return {current_.line, current_.column};
109}
110
111// ── Internal scanning ─────────────────────────────────────────────────────────
112

Callers 15

parse_modulefieldMethod · 0.45
parse_typesectionMethod · 0.45
parse_functypeMethod · 0.45
parse_limitsMethod · 0.45
parse_memtypeMethod · 0.45
parse_typeuseMethod · 0.45
parse_labelMethod · 0.45
parse_localMethod · 0.45
parse_importsectionMethod · 0.45
parse_funcsectionMethod · 0.45
parse_tablesectionMethod · 0.45
parse_memorysectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected