Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ newPattern
Function
newPattern
common/testing/objectleak/pattern.go:16–18 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
14
type
patterns []pattern
15
16
func
newPattern(value string) pattern {
17
return
pattern{value: value}
18
}
19
20
func
(p pattern) String() string {
21
return
p.value
Callers
2
WithExpected
Function · 0.85
WithPruneType
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected