MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / isEOF

Function isEOF

lib/validator/component_name.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75bool isEOF(std::string_view Input) { return Input.empty(); }
76
77bool readUntil(std::string_view &Input, char Delim, std::string_view &Output) {
78 size_t Pos = Input.find(Delim);

Callers 2

tryParseIntegritySuffixFunction · 0.85
parseMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected