Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Xyntax/POC-T
/ file_mode
Function
file_mode
lib/controller/loader.py:56–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
56
def
file_mode():
57
for
line in open(conf.INPUT_FILE_PATH):
58
sub = line.strip()
59
if
sub:
60
th.queue.put(sub)
61
62
63
def
int_mode():
Callers
1
loadPayloads
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected