MCPcopy Create free account
hub / github.com/dim-an/cod / InTmpDataPath

Method InTmpDataPath

test/lib.go:121–123  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

119}
120
121func (wb *Workbench) InTmpDataPath(path string) string {
122 return filepath.Join(wb.currentTestTmpDir, path)
123}
124
125func (wb *Workbench) LaunchFakeShell() int {
126 cmd := exec.Command("sleep", "10")

Callers 5

TestUpdateReplaceFunction · 0.80
TestUpdateMergeFunction · 0.80
TestUpdateBrokenFunction · 0.80
TestLearnFromPATHFunction · 0.80
TestMergeLearnFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestUpdateReplaceFunction · 0.64
TestUpdateMergeFunction · 0.64
TestUpdateBrokenFunction · 0.64
TestLearnFromPATHFunction · 0.64
TestMergeLearnFunction · 0.64