MCPcopy Index your code
hub / github.com/coder/coder / writeSkillMetaFile

Function writeSkillMetaFile

agent/agentcontextconfig/api_test.go:40–43  ·  view source on GitHub ↗
(t *testing.T, dir, name, description string)

Source from the content-addressed store, hash-verified

38}
39
40func writeSkillMetaFile(t *testing.T, dir, name, description string) string {
41 t.Helper()
42 return writeSkillMetaFileInRoot(t, filepath.Join(dir, ".agents", "skills"), name, description)
43}
44
45//nolint:paralleltest,tparallel // Uses t.Setenv to isolate HOME.
46func TestContextPartsFromDir(t *testing.T) {

Callers 2

TestContextPartsFromDirFunction · 0.85
TestResolveFunction · 0.85

Calls 2

writeSkillMetaFileInRootFunction · 0.85
HelperMethod · 0.65

Tested by

no test coverage detected