Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ check
Function
check
api/python/src/typing/InputParser.hpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
std::unique_ptr<BinaryStream> into_stream();
83
84
static bool check(handle h) {
85
return true;
86
}
87
};
88
89
struct OutputParser : public nanobind::object {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected