MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / applyBasic

Function applyBasic

out/cli.cjs:34718–34723  ·  view source on GitHub ↗
(state2, spec)

Source from the content-addressed store, hash-verified

34716 return state2;
34717 }
34718 function applyBasic(state2, spec) {
34719 if (spec.value == null) {
34720 return;
34721 }
34722 state2.basic = spec.value;
34723 }
34724 function applyBearer(state2, spec) {
34725 if (typeof spec.value !== "string" || !spec.value) {
34726 return;

Callers 1

resolveSecurityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected