MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / add_to_config

Function add_to_config

test/test_sanity.py:64–66  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

62
63
64def add_to_config(content):
65 with open(EM_CONFIG, 'a', encoding='utf-8') as f:
66 f.write('\n' + content + '\n')
67
68
69def get_basic_config():

Callers 9

restore_and_set_upFunction · 0.85
test_llvmMethod · 0.85
test_nodeMethod · 0.85
test_FROZEN_CACHEMethod · 0.85
make_fakeMethod · 0.85
test_llvm_add_versionMethod · 0.85
test_binaryen_versionMethod · 0.85

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected