MCPcopy
hub / github.com/andrewrk/groovebasin / objectArg

Function objectArg

lib/player_server.js:1943–1948  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

1941}
1942
1943function objectArg(fields) {
1944 return {
1945 validate: validateObject,
1946 fields: fields,
1947 };
1948}
1949
1950function dictArg(definition, maxLength, maxKeyLength) {
1951 return {

Callers 1

player_server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected