MCPcopy 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

14type patterns []pattern
15
16func newPattern(value string) pattern {
17 return pattern{value: value}
18}
19
20func (p pattern) String() string {
21 return p.value

Callers 2

WithExpectedFunction · 0.85
WithPruneTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected