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

Method Lookup

common/client_cache.go:62–64  ·  view source on GitHub ↗
(key string, index int)

Source from the content-addressed store, hash-verified

60}
61
62func (c *clientCacheImpl) Lookup(key string, index int) (string, error) {
63 return c.keyResolver.Lookup(key, index)
64}
65
66func (c *clientCacheImpl) GetClientForKey(key string, index int) (any, error) {
67 clientKey, err := c.Lookup(key, index)

Callers 1

GetClientForKeyMethod · 0.95

Calls 1

LookupMethod · 0.65

Tested by

no test coverage detected