Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_utils
Function
init_utils
api/python/src/PDB/pyUtils.cpp:24–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
namespace LIEF::pdb::py {
23
24
void init_utils(nb::module_& m) {
25
lief_mod->def(
"is_pdb"
, [] (nb::PathLike path) {
26
return is_pdb(path);
27
},
28
"Check if the given file is a ``PDB``"
_doc,
"file"
_a
29
);
30
}
31
}
Callers
1
init
Function · 0.70
Calls
1
is_pdb
Function · 0.50
Tested by
no test coverage detected