MCPcopy Index your code
hub / github.com/nodejs/node / split_command

Function split_command

deps/libffi/preprocess_asm.py:13–19  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11
12
13def split_command(value):
14 if not value:
15 return None
16 value = value.strip()
17 if not value:
18 return None
19 return shlex.split(value, posix=(os.name != 'nt'))
20
21
22def find_compiler():

Callers 1

find_compilerFunction · 0.85

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…