MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / executable

Function executable

scripts/kconfig/lint.py:335–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333
334
335def executable():
336 cmd = sys.argv[0] # Empty string if missing
337 return cmd + ": " if cmd else ""
338
339
340if __name__ == "__main__":

Callers 2

errFunction · 0.85
warnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected