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

Method Open

agent/agentfiles/files_test.go:48–53  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

46}
47
48func (fs *testFs) Open(name string) (afero.File, error) {
49 if err := fs.intercept("open", name); err != nil {
50 return nil, err
51 }
52 return fs.Fs.Open(name)
53}
54
55func (fs *testFs) Create(name string) (afero.File, error) {
56 if err := fs.intercept("create", name); err != nil {

Callers 13

processFileInZipArchiveFunction · 0.45
AssertSampleZipFileFunction · 0.45
HandleHTTPDebugLogsMethod · 0.45
readAndSanitizeFileFunction · 0.45
discoverSkillsFunction · 0.45
streamFileMethod · 0.45
readFileLinesMethod · 0.45
prepareFileEditMethod · 0.45
listFilesFunction · 0.45
StopRecordingMethod · 0.45
StopRecordingMethod · 0.45
StopRecordingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected