Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagger/container-use
/ String
Method
String
environment/note.go:43–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(n *Notes) String() string {
44
n.mu.Lock()
45
defer
n.mu.Unlock()
46
47
return
strings.TrimSpace(strings.Join(n.items,
"\n"
))
48
}
49
50
func
(n *Notes) Pop() string {
51
n.mu.Lock()
Callers
8
FileList
Method · 0.45
TestRepositoryLog
Function · 0.45
TestRepositoryDiff
Function · 0.45
TestRepositoryMerge
Function · 0.45
TestRepositoryApply
Function · 0.45
TestRepositoryMergeWithConflicts
Function · 0.45
TestRepositoryApplyWithConflicts
Function · 0.45
TestRepositoryMergeCompleted
Function · 0.45
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
7
TestRepositoryLog
Function · 0.36
TestRepositoryDiff
Function · 0.36
TestRepositoryMerge
Function · 0.36
TestRepositoryApply
Function · 0.36
TestRepositoryMergeWithConflicts
Function · 0.36
TestRepositoryApplyWithConflicts
Function · 0.36
TestRepositoryMergeCompleted
Function · 0.36