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

Function isRLCFormDataValue

out/cli.cjs:77319–77322  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

77317 return { body: String(body) };
77318 default:
77319 if (typeof body === "string") {
77320 return { body };
77321 }
77322 return { body: JSON.stringify(body) };
77323 }
77324}
77325function isRLCFormDataValue(value) {

Callers 1

isRLCFormDataInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected