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

Method arrayRaw

src/shared/utils/ObjectParser.ts:63–63  ·  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). * (This uses the raw values of the array - it does NOT wrap the element in "ObjectParserProp"). * * @param func Called for each element in the array (starting at index 0 and co

(func: ObjectParserArrayRawFunc<P>)

Source from the content-addressed store, hash-verified

61 * @param func Called for each element in the array (starting at index 0 and counting up).
62 */
63 arrayRaw(func: ObjectParserArrayRawFunc<P>): this;
64
65 /**
66 * Get a property of this object.

Callers 9

parseProfileFunction · 0.65
parseGameDataSourceFunction · 0.65
parseTagFilterGroupFunction · 0.65
parseServiceFileDataFunction · 0.65
parseBackProcessInfoFunction · 0.65
parseMetaEditMetaFunction · 0.65
parseApplicationFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected