MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / parseError

Function parseError

src/php/output.php:79–82  ·  view source on GitHub ↗
($data)

Source from the content-addressed store, hash-verified

77}
78
79function parseError($data)
80{
81 return getVemtoError($data);
82}
83
84function getVemtoData($data) {
85 // get text betweeen VEMTO_JSON_RESPONSE_START( and )VEMTO_JSON_RESPONSE_END

Callers 1

output.phpFile · 0.70

Calls 1

getVemtoErrorFunction · 0.70

Tested by

no test coverage detected