MCPcopy Create free account
hub / github.com/apache/solr / main

Function main

dev-tools/scripts/scaffoldNewModule.py:147–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 run("git add %s" % module_folder)
146
147def main():
148 conf = read_config()
149 module_name = conf.name
150
151 module_folder = os.path.join('solr', 'modules', module_name)
152 scaffold_folder(module_name, conf.full_name, module_folder, conf.description)
153
154
155if __name__ == '__main__':

Callers 1

Calls 3

scaffold_folderFunction · 0.85
read_configFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…