MCPcopy
hub / github.com/cockpit-project/cockpit / get

Method get

pkg/lib/cockpit/dialog.tsx:718–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

716 }
717
718 get(): T {
719 return this.#getter();
720 }
721
722 set(val: T): void {
723 this.#setter(val);

Callers 8

mapMethod · 0.95
forEachMethod · 0.95
removeMethod · 0.95
addMethod · 0.95
subMethod · 0.95
atMethod · 0.95
validateMethod · 0.95
validate_asyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected