Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_impl
Function · 0.80
AgentClient
Method · 0.80
load_workspace
Method · 0.80
tick_cdb
Method · 0.80
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected