MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Set

Method Set

pkg/devspace/sync/file_index.go:27–29  ·  view source on GitHub ↗
(file *FileInformation)

Source from the content-addressed store, hash-verified

25}
26
27func (f *fileIndex) Set(file *FileInformation) {
28 f.fileMap[file.Name] = file
29}
30
31// Function assumes that fileMap is locked for access
32func (f *fileIndex) CreateDirInFileMap(dirpath string) {

Callers 13

ApplyConfigParameterMethod · 0.45
matchesSelectorFunction · 0.45
executeMethod · 0.45
hookNameFunction · 0.45
executeMethod · 0.45
versionMethod · 0.45
returnConfigMethod · 0.45
requestMethod · 0.45
TestCheckOriginFunction · 0.45
deltaStateMethod · 0.45
getMatchingDevPodFunction · 0.45
RoundTripMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestCheckOriginFunction · 0.36