MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / HasKey

Method HasKey

pkg/waveobj/metamap.go:21–24  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

19}
20
21func (m MetaMapType) HasKey(key string) bool {
22 _, ok := m[key]
23 return ok
24}
25
26func (m MetaMapType) GetConnectionOverride(connName string) MetaMapType {
27 v, ok := m["["+connName+"]"]

Callers 2

getLocalShellOptsFunction · 0.80
getCustomInitScriptValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected