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

Function init_utils

api/python/src/DyldSharedCache/pyUtils.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

initFunction · 0.70

Calls 1

is_shared_cacheFunction · 0.50

Tested by

no test coverage detected