Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
bool isEOF(std::string_view Input) { return Input.empty(); }
76
77
bool readUntil(std::string_view &Input, char Delim, std::string_view &Output) {
78
size_t Pos = Input.find(Delim);
Callers
2
tryParseIntegritySuffix
Function · 0.85
parse
Method · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected