MCPcopy Create free account

hub / github.com/48klocs/dim-wish-list-sources / functions

Functions35 in github.com/48klocs/dim-wish-list-sources

↓ 8 callersFunctionnameHash
(hash: number)
node-utils/src/utils.ts:278
↓ 4 callersFunctiongetItem
(hash: number)
node-utils/src/utils.ts:258
↓ 3 callersFunctionexpectedMatchResultsLength
(matchResults: RegExpMatchArray)
node-utils/src/lib/wishlist-file.ts:20
↓ 3 callersFunctiongetItemHash
(matchResults: RegExpMatchArray)
node-utils/src/lib/wishlist-file.ts:57
↓ 3 callersFunctiongetNotes
(matchResults: RegExpMatchArray)
node-utils/src/lib/wishlist-file.ts:53
↓ 3 callersFunctiongetPerkAssignmentProblems
returns a string describing if there were problems assigning this roll's perks to this item
node-utils/src/utils.ts:70
↓ 3 callersFunctiongetPerks
(matchResults: RegExpMatchArray)
node-utils/src/lib/wishlist-file.ts:35
↓ 3 callersFunctiongetPossiblePerkSets
(item: DestinyInventoryItemDefinition)
node-utils/src/utils.ts:176
↓ 2 callersFunctionfindMatch
( sourceFileLine: string, regExToMatch: RegExp )
node-utils/src/lib/wishlist-file.ts:196
↓ 2 callersFunctiongetName
(hash: number)
node-utils/src/utils.ts:261
↓ 2 callersFunctiongetPlugSet
(hash: number)
node-utils/src/utils.ts:268
↓ 2 callersFunctionisInvalidRoll
(roll: WishListRoll)
node-utils/src/utils.ts:31
↓ 2 callersFunctiontoDimWishListRoll
(textLine: string)
node-utils/src/lib/wishlist-file.ts:127
↓ 2 callersFunctiontoWishList
(fileText: string)
node-utils/src/lib/wishlist-file.ts:12
↓ 1 callersFunctionallPerkHashes
just a big old list of every perk hash on the item
node-utils/src/utils.ts:149
↓ 1 callersFunctionalternateSuggestion
* given a badPerkHash that *can't* be rolled on the parentItem, * looks for an alternate perk with the same name
node-utils/src/utils.ts:136
↓ 1 callersFunctioncollisionInfo
( { recommendedPerks }: WishListRoll, item: DestinyInventoryItemDefinition, perkSource: keyof PerkPossib
node-utils/src/utils.ts:114
↓ 1 callersFunctiongetDescription
(sourceFileText: string)
node-utils/src/lib/wishlist-file.ts:247
↓ 1 callersFunctiongetItem
(hash: number)
node-utils/src/clean-rolls.ts:116
↓ 1 callersFunctiongetPerkName
(hash: number)
node-utils/src/utils.ts:264
↓ 1 callersFunctiongetPerkSockets
* gets only the mag/barrel/perk/etc socket defs, from an item def
node-utils/src/utils.ts:158
↓ 1 callersFunctiongetPlugSet
(hash: number)
node-utils/src/clean-rolls.ts:119
↓ 1 callersFunctiongetTitle
(sourceFileText: string)
node-utils/src/lib/wishlist-file.ts:229
↓ 1 callersFunctionisDummy
(item: DestinyInventoryItemDefinition)
node-utils/src/utils.ts:255
↓ 1 callersFunctionisDummy
(item: DestinyInventoryItemDefinition)
node-utils/src/clean-rolls.ts:113
↓ 1 callersFunctionisSunset
(itemHash: number)
node-utils/src/utils.ts:282
↓ 1 callersFunctionisValidWishListRoll
(roll: WishListRoll | null, verbose = false)
node-utils/src/clean-rolls.ts:75
↓ 1 callersFunctionparseBlockNoteLine
Side effect-y function that will set/unset block notes
node-utils/src/lib/wishlist-file.ts:27
↓ 1 callersFunctionsortedSetToString
(set: Set<number>)
node-utils/src/lib/wishlist-file.ts:160
↓ 1 callersFunctiontoBansheeWishListRoll
Translate a single banshee-44.com URL -> WishListRoll.
node-utils/src/lib/wishlist-file.ts:98
↓ 1 callersFunctiontoDtrWishListRoll
(dtrTextLine: string)
node-utils/src/lib/wishlist-file.ts:67
↓ 1 callersFunctiontoWishListRolls
Newline-separated banshee-44.com text -> WishListRolls.
node-utils/src/lib/wishlist-file.ts:165
FunctionfindDescription
(sourceFileLine: string)
node-utils/src/lib/wishlist-file.ts:217
FunctionfindTitle
(sourceFileLine: string)
node-utils/src/lib/wishlist-file.ts:213
FunctionisWishlistSocket
({ socketCategoryHash, }: DestinyItemSocketCategoryDefinition)
node-utils/src/utils.ts:249