MCPcopy Create free account
hub / github.com/apitrace/apitrace / command

Function command

cli/cli_gltrim.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static int
76command(int argc, char *argv[])
77{
78 std::vector<const char *> opts;
79 for (int i = 1; i < argc; ++i) {
80 opts.push_back(argv[i]);
81 }
82 return executeGLTrim(opts, NULL);
83}
84
85const Command gltrim_command = {
86 "gltrim",

Callers

nothing calls this directly

Calls 1

executeGLTrimFunction · 0.85

Tested by

no test coverage detected