MCPcopy Create free account
hub / github.com/codnect/procyon / removeFromPreparation

Method removeFromPreparation

component/state.go:79–83  ·  view source on GitHub ↗

removeFromPreparation removes the given name from the in-creation map.

(name string)

Source from the content-addressed store, hash-verified

77
78// removeFromPreparation removes the given name from the in-creation map.
79func (s *creationState) removeFromPreparation(name string) {
80 s.mu.Lock()
81 defer s.mu.Unlock()
82 delete(s.currentlyInCreation, name)
83}

Callers 3

ResolveMethod · 0.80
createSingletonMethod · 0.80

Calls

no outgoing calls

Tested by 1