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

Method add_command

src/command/command.cpp:568–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566 file_ids.push_back(entry.file);
567 }
568 }
569
570 return result;
571}
572
573CompileCommand CompilationDatabase::group_command(const ConfigGroup& group,
574 const CommandOptions& options) {
575 assert(!group.file_ids.empty() && group.info && "group must come from unique_configs()");
576 return build_command(group.file_ids.front(), group.info, options);
577}
578
579#ifdef CLICE_ENABLE_TEST

Callers 4

EXPECT_STRIPFunction · 0.80
TEST_CASEFunction · 0.80
prepare_driverMethod · 0.80
TEST_CASEFunction · 0.80

Calls 1

internMethod · 0.80

Tested by 4

EXPECT_STRIPFunction · 0.64
TEST_CASEFunction · 0.64
prepare_driverMethod · 0.64
TEST_CASEFunction · 0.64