MCPcopy Index your code
hub / github.com/nodejs/node / getStringOption

Function getStringOption

lib/internal/crypto/util.js:825–830  ·  view source on GitHub ↗
(options, key)

Source from the content-addressed store, hash-verified

823}
824
825function getStringOption(options, key) {
826 let value;
827 if (options && (value = options[key]) != null)
828 validateString(value, `options.${key}`);
829 return value;
830}
831
832// Must be at most 31 entries.
833const kCanonicalUsageOrder = [

Callers 3

createCipherWithIVFunction · 0.85
setAADFunction · 0.85
HmacFunction · 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…