MCPcopy Index your code
hub / github.com/nodegit/nodegit / onSignature

Function onSignature

test/tests/commit.js:486–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484 "-----END PGP SIGNATURE-----";
485
486 const onSignature = () => ({
487 code: NodeGit.Error.CODE.OK,
488 field: "gpgsig",
489 signedData
490 });
491
492 var repo;
493 var oid;

Callers 2

commit.jsFile · 0.85
repository.jsFile · 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…