MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / write_module_cmakelists

Function write_module_cmakelists

Buildscripts/release-sdk.py:87–89  ·  view source on GitHub ↗
(path, content)

Source from the content-addressed store, hash-verified

85 '''.format(module_name=module_name))
86
87def write_module_cmakelists(path, content):
88 with open(path, 'w') as f:
89 f.write(content)
90
91def add_driver(target_path, driver_name):
92 mappings = get_driver_mappings(driver_name)

Callers 2

add_driverFunction · 0.85
add_moduleFunction · 0.85

Calls 2

openFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected