MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / array

Method array

src/shared/utils/ObjectParser.ts:54–54  ·  view source on GitHub ↗

* Call a function for each element in this array. * (If this is not an array an error will be "fired" instead). * * @param func Called for each element in the array (starting at index 0 and counting up).

(func: ObjectParserArrayFunc<P>)

Source from the content-addressed store, hash-verified

52 * @param func Called for each element in the array (starting at index 0 and counting up).
53 */
54 array(func: ObjectParserArrayFunc<P>): this;
55
56 /**
57 * Call a function for each element in this array.

Callers 7

parseCreditsDataFunction · 0.65
overwritePreferenceDataFunction · 0.65
parseServiceFileDataFunction · 0.65
overwritePlaylistDataFunction · 0.65
parseMetaEditFunction · 0.65
parseExecMappingsFileFunction · 0.65
parseContributionsFunction · 0.65

Implementers 2

ObjectParserPropsrc/shared/utils/ObjectParser.ts
ObjectParserPropNonesrc/shared/utils/ObjectParser.ts

Calls

no outgoing calls

Tested by

no test coverage detected