MCPcopy Create free account
hub / github.com/parse-community/parse-server / setName

Method setName

spec/SecurityCheck.spec.js:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233 expect((() => new InvalidGroup1()).bind()).toThrow('Check group has no name.');
234 class InvalidGroup2 extends CheckGroup {
235 setName() {
236 return groupName;
237 }
238 }
239 expect((() => new InvalidGroup2()).bind()).toThrow('Check group has no checks.');
240 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected