MCPcopy Create free account
hub / github.com/temporalio/temporal / defaultPathEncoder

Struct defaultPathEncoder

chasm/path_encoder.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12var DefaultPathEncoder NodePathEncoder = &defaultPathEncoder{}
13
14type defaultPathEncoder struct{}
15
16const (
17 nameSeparator = '$'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected