MCPcopy Index your code
hub / github.com/aframevr/aframe / parse

Function parse

tests/core/schema.test.js:164–166  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

162
163 test('preserves custom parse/stringify', function () {
164 var parse = function (value) {
165 return value.split('');
166 };
167 var definition = processSchema({
168 default: 'abc',
169 parse: parse

Callers 2

schema.test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected