MCPcopy Create free account
hub / github.com/apache/maka / isRecord

Function isRecord

scripts/release-cli-eval-support.mjs:314–316  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

312}
313
314function isRecord(value) {
315 return value !== null && typeof value === 'object' && !Array.isArray(value);
316}
317
318function diagnosticIoError(operation, error) {
319 const code = typeof error?.code === 'string' ? error.code : 'UNKNOWN';

Callers 15

isPricingRatesFunction · 0.90
decodeModelCallAttemptFunction · 0.90
decodeContinuationClaimFunction · 0.90
decodePrefixIdentityFunction · 0.90
decodePrefixPositionFunction · 0.90
isUserQuestionRequestFunction · 0.90
isUserQuestionFunction · 0.90
isUserQuestionOptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected