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

Function main

lib_acl_cpp/samples/token_tree/main.cpp:130–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128};
129
130int main(void)
131{
132 acl::acl_cpp_init();
133 test1(tokens1);
134 printf("-----------------------------------------------------\r\n");
135 test1(tokens2);
136 printf("-----------------------------------------------------\r\n");
137 test1(tokens3);
138 printf("-----------------------------------------------------\r\n");
139 test1(tokens4);
140 printf("-----------------------------------------------------\r\n");
141 test2();
142 printf("-----------------------------------------------------\r\n");
143 return 0;
144}

Callers

nothing calls this directly

Calls 3

acl_cpp_initFunction · 0.85
test1Function · 0.70
test2Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…