MCPcopy Create free account
hub / github.com/acl-dev/acl / create_files

Function create_files

app/gson/src/main.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <iostream>
5
6static void create_files(const std::vector<std::string>& files)
7{
8 acl::gsoner gr;
9 gr.read_multi_file(files);
10 gr.parse_code();
11 gr.gen_gson();
12}
13
14static bool copy_file(const char* from, const char* to)
15{

Callers 1

mainFunction · 0.85

Calls 3

read_multi_fileMethod · 0.80
parse_codeMethod · 0.80
gen_gsonMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…