MCPcopy Index your code
hub / github.com/FlashpointProject/launcher / map

Method map

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

* Call a function for each property of this object. * (An error will be "fired" if this is not a non-array object). * * @param func Called for each property of this object.

(func: ObjectParserMapFunc<P>)

Source from the content-addressed store, hash-verified

35 * @param func Called for each property of this object.
36 */
37 map(func: ObjectParserMapFunc<P>): this;
38
39 /**
40 * Call a function for each property of this object.

Callers 15

chooseBranchFunction · 0.65
updateLangs.mjsFile · 0.65
MetaEditExporterFunction · 0.65
TagAliasInputFieldClass · 0.65
CreditsTooltipFunction · 0.65
RandomGamesFunction · 0.65
BoxListFunction · 0.65
cachePlaylistIconsMethod · 0.65
renderMethod · 0.65
RightBrowseSidebarClass · 0.65
renderMultiSelectItemsFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected