Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nuitka/Nuitka
/ getUsedFunctions
Method
getUsedFunctions
nuitka/nodes/ModuleNodes.py:530–531 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
528
return
result
529
530
def
getUsedFunctions(self):
531
return
self.active_functions
532
533
def
getUnusedFunctions(self):
534
for
function in self.subnode_functions:
Callers
4
computeModule
Method · 0.95
getTraceCollections
Method · 0.95
computeFunctionRaw
Method · 0.45
_generateModuleCode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected