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

Function main

lib_acl_cpp/samples/html/main.cpp:41–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41int main(int argc, char* argv[])
42{
43 if (argc < 2)
44 {
45 printf("usage: %s filepath\r\n", argv[0]);
46 return 0;
47 }
48
49 get_html(argv[1]);
50 return 0;
51}

Callers

nothing calls this directly

Calls 1

get_htmlFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…