Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ getFileFrom
Function
getFileFrom
system/lib/wasmfs/paths.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
ParsedFile getFileFrom(std::shared_ptr<Directory> base, std::string_view path) {
169
size_t recursions = 0;
170
return doParseFile(path, base, FollowLinks, recursions);
171
}
172
173
} // namespace wasmfs::path
Callers
1
doOpen
Function · 0.85
Calls
1
doParseFile
Function · 0.85
Tested by
no test coverage detected