BLUE
PHP 7.4.33
Path:
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/reselect/src/autotrackMemoize
Run
Logout
Edit File
Size: 1.03 KB
Close
/var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/reselect/src/autotrackMemoize/tracking.ts
Text
Base64
import type { Cell } from './autotracking' import { getValue as consumeTag, createCell as createStorage, setValue } from './autotracking' export type Tag = Cell<unknown> const neverEq = (a: any, b: any): boolean => false export function createTag(): Tag { return createStorage(null, neverEq) } export { consumeTag } export function dirtyTag(tag: Tag, value: any): void { setValue(tag, value) } export interface Node< T extends Array<unknown> | Record<string, unknown> = | Array<unknown> | Record<string, unknown> > { collectionTag: Tag | null tag: Tag | null tags: Record<string, Tag> children: Record<string, Node> proxy: T value: T id: number } export const consumeCollection = (node: Node): void => { let tag = node.collectionTag if (tag === null) { tag = node.collectionTag = createTag() } consumeTag(tag) } export const dirtyCollection = (node: Node): void => { const tag = node.collectionTag if (tag !== null) { dirtyTag(tag, null) } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
autotracking.ts
4.94 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
autotrackMemoize.ts
3.82 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
proxy.ts
5.35 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tracking.ts
1.03 KB
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils.ts
176 B
lrw-r--r--
2026-04-28 09:11:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).