MCPcopy 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

22namespace LIEF::pdb::py {
23
24void 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

initFunction · 0.70

Calls 1

is_pdbFunction · 0.50

Tested by

no test coverage detected