Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ check
Method
check
api/python/src/pySafeString.hpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
NB_OBJECT_DEFAULT(safe_string_t, object,
"Union[str, bytes]"
, check)
26
27
static bool check(handle h) {
28
return true;
29
}
30
};
31
32
namespace LIEF::py {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected