MCPcopy Create free account
hub / github.com/GPTScan/GPTScan / __call_arg_check

Function __call_arg_check

src/static_check.py:78–82  ·  view source on GitHub ↗
(function:str, arg:str, text:str)

Source from the content-addressed store, hash-verified

76 return False
77
78def __call_arg_check(function:str, arg:str, text:str):
79 if function not in text:
80 return True
81 else:
82 return False
83
84def __emit_at_end(function:str, text:str):
85 if f"emit {function}" not in text:

Callers 1

run_static_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected