MCPcopy Create free account
hub / github.com/clice-io/clice / resolve_path

Method resolve_path

src/command/command.cpp:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 for(auto& arg: options.append) {
519 flags.push_back(strings.save(arg).data());
520 }
521 results.push_back(CompileCommand{
522 ResolvedFlags{{}, std::move(flags), false},
523 paths.resolve(path_id).data()
524 });
525 }

Callers 4

scan_implFunction · 0.80
AgentClientMethod · 0.80
load_workspaceMethod · 0.80
tick_cdbMethod · 0.80

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected