MCPcopy Create free account
hub / github.com/lief-project/LIEF / init_utils

Function init_utils

api/python/src/COFF/pyUtils.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace LIEF::COFF::py {
25
26void init_utils(nb::module_& m) {
27 lief_mod->def("is_coff",
28 [] (nb::PathLike path) { return is_coff(path); },
29 "Check if the given file is a COFF"_doc,
30 "file"_a
31 );
32}
33}

Callers 1

initFunction · 0.70

Calls 1

is_coffFunction · 0.50

Tested by

no test coverage detected