MCPcopy Create free account
hub / github.com/google/pprof / isConfigurable

Function isConfigurable

internal/driver/config.go:263–266  ·  view source on GitHub ↗

isConfigurable returns true if name is either the name of a config field, or a valid value for a multi-choice config field.

(name string)

Source from the content-addressed store, hash-verified

261// isConfigurable returns true if name is either the name of a config field, or
262// a valid value for a multi-choice config field.
263func isConfigurable(name string) bool {
264 _, ok := configFieldMap[name]
265 return ok
266}
267
268// isBoolConfig returns true if name is either name of a boolean config field,
269// or a valid value for a multi-choice config field.

Callers 1

interactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…