MCPcopy Create free account
hub / github.com/NtQuery/Scylla / isModule

Method isModule

Scylla/ImportsHandling.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76bool ImportsHandling::isModule(CTreeItem item)
77{
78 return (0 != getModuleThunk(item));
79}
80
81bool ImportsHandling::isImport(CTreeItem item)
82{

Calls

no outgoing calls

Tested by

no test coverage detected