MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / activate

Method activate

gui/builtinContextMenus/moduleMutatedExport.py:30–32  ·  view source on GitHub ↗
(self, callingWindow, fullContext, mainItem, i)

Source from the content-addressed store, hash-verified

28 return _t('Copy Module to Clipboard')
29
30 def activate(self, callingWindow, fullContext, mainItem, i):
31 export = renderMutant(mainItem, prefix=' ')
32 toClipboard(export)
33
34
35ExportMutatedModule.register()

Callers

nothing calls this directly

Calls 2

renderMutantFunction · 0.90
toClipboardFunction · 0.90

Tested by

no test coverage detected