MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / isJsonObjectArgument

Function isJsonObjectArgument

Rewrite-Parser.beta.js:2145–2147  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2143}
2144
2145function isJsonObjectArgument(str) {
2146 return !!unwrapJsonArgument(str)
2147}
2148
2149function formatLoonJsonArgument(str, renameMap = argumentKeyRenameMap) {
2150 const objectBody = unwrapJsonArgument(str, 'loon-plugin')

Callers 2

normalizeScriptArgumentFunction · 0.85

Calls 1

unwrapJsonArgumentFunction · 0.85

Tested by

no test coverage detected