Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/darrylhodgins/typescript-memoize
/ functions
Functions
13 in github.com/darrylhodgins/typescript-memoize
⨍
Functions
13
◇
Types & classes
3
↓ 11 callers
Function
Memoize
(args?: MemoizeArgs | MemoizeArgs['hashFunction'])
src/memoize-decorator.ts:7
↓ 11 callers
Method
getNumber
()
test/specs/memoize-decorator.spec.ts:27
↓ 9 callers
Method
getGreeting
(greeting: string, planet: string)
test/specs/memoize-decorator.spec.ts:39
↓ 6 callers
Method
getGreeting4
(greeting: string, planet: string)
test/specs/memoize-decorator.spec.ts:86
↓ 5 callers
Method
multiply
(a: number, b: number)
test/specs/memoize-decorator.spec.ts:47
↓ 3 callers
Function
clear
(tags: string[])
src/memoize-decorator.ts:40
↓ 3 callers
Method
multiply2
(a: number, b: number)
test/specs/memoize-decorator.spec.ts:53
↓ 3 callers
Method
multiply3
(a: number, b: number)
test/specs/memoize-decorator.spec.ts:69
↓ 2 callers
Function
MemoizeExpiring
(expiring: number, hashFunction?: MemoizeArgs['hashFunction'])
src/memoize-decorator.ts:31
↓ 2 callers
Method
getGreeting2
(greeting: string, planet: string)
test/specs/memoize-decorator.spec.ts:59
↓ 2 callers
Method
getGreeting3
(greeting: string, planet: string)
test/specs/memoize-decorator.spec.ts:77
↓ 2 callers
Function
getNewFunction
(originalMethod: () => void, hashFunction?: MemoizeArgs['hashFunction'], duration: number = 0, tags?: MemoizeA
src/memoize-decorator.ts:56
Method
value
()
test/specs/memoize-decorator.spec.ts:33