Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DottieDot/GTAV-NativeDB
/ functions
Functions
247 in github.com/DottieDot/GTAV-NativeDB
⨍
Functions
247
◇
Types & classes
140
↓ 10 callers
Function
useSettings
()
src/hooks/useSettings.ts:3
↓ 8 callers
Function
useNativeDataForGame
()
src/hooks/useNativeDataForGame.ts:3
↓ 7 callers
Function
useGameUrl
(path: string)
src/hooks/useGameUrl.ts:3
↓ 6 callers
Function
useGuardedContext
(context: Context<T | null>, hookName: string, providerName: string)
src/hooks/useGuardedContext.ts:3
↓ 6 callers
Function
useSelectedGameContext
()
src/context/selected-game/SelectedGameProvider.tsx:7
↓ 5 callers
Method
start
()
src/code-generation/ICodeGenerator.ts:33
↓ 5 callers
Function
useIsSmallDisplay
()
src/hooks/useIsSmallDisplay.ts:3
↓ 5 callers
Function
useThemesContext
()
src/context/themes/ThemesProvider.tsx:18
↓ 4 callers
Function
convertTypeToTS
(type: string, useNativeTypes: boolean, convertHashes = true)
src/code-generation/TSCodeGenerator.ts:16
↓ 4 callers
Method
get
()
src/code-generation/ICodeGenerator.ts:45
↓ 4 callers
Function
getOverlayAlpha
(elevation: number)
src/common/getOverlayAlpha.ts:3
↓ 4 callers
Function
useThemes
()
src/hooks/useThemes.ts:3
↓ 3 callers
Function
compactParams
(params: NativeParam[], compact: boolean)
src/code-generation/CodeGeneratorBase.ts:48
↓ 3 callers
Method
formatComment
(comment: string)
src/code-generation/TSCodeGenerator.ts:115
↓ 3 callers
Function
get
()
src/code-generation/CodeGeneratorBase.ts:256
↓ 3 callers
Method
getClosingBracket
()
src/code-generation/TSCodeGenerator.ts:123
↓ 3 callers
Function
splitCamelCaseString
(str: string)
src/code-generation/CodeGeneratorBase.ts:15
↓ 3 callers
Function
toPascalCase
(name: string, joinChar = '')
src/common/index.ts:42
↓ 3 callers
Function
useCopyToClipboard
()
src/hooks/useCopyToClipboard.ts:4
↓ 3 callers
Function
useNamespaces
()
src/hooks/useNamespaces.ts:3
↓ 3 callers
Function
useNative
(nativeHash: string)
src/hooks/useNative.ts:3
↓ 3 callers
Function
useNatives
()
src/hooks/useNatives.ts:3
↓ 3 callers
Function
useSettingsContext
()
src/context/settings/SettingsProvider.tsx:13
↓ 2 callers
Method
addNamespace
(name: string)
src/external/NativeDataLoader.ts:39
↓ 2 callers
Method
addNative
(native: Native)
src/external/NativeDataLoader.ts:26
↓ 2 callers
Function
createShareUrl
(path: string, game?: Game)
src/common/index.ts:14
↓ 2 callers
Method
exportNatives
(data: NativeData)
src/code-generation/NativeExporter.ts:18
↓ 2 callers
Method
formatParamName
(name: string)
src/code-generation/RustCodeGenerator.ts:110
↓ 2 callers
Method
formatType
(type: CodeGenType)
src/code-generation/CSharpEnumCodeGenerator.ts:87
↓ 2 callers
Method
formatType
(type: CodeGenType)
src/code-generation/TSCodeGenerator.ts:127
↓ 2 callers
Method
formatType
(type: CodeGenType)
src/code-generation/RustCodeGenerator.ts:99
↓ 2 callers
Method
formatType
(type: CodeGenType)
src/code-generation/CPlusPlusCodeGenerator.ts:112
↓ 2 callers
Function
hashInput
(input: string, algo: HashingAlgorithm)
src/pages/Hashing/backend.ts:26
↓ 2 callers
Function
listener
(sw: ServiceWorkerRegistration)
src/context/app-data/AppDataProvider.tsx:58
↓ 2 callers
Function
load_natives
(game: Game)
server/src/native_service.rs:46
↓ 2 callers
Function
registerValidSW
(swUrl: string, config?: Config)
src/serviceWorkerRegistration.ts:57
↓ 2 callers
Function
serve_native
( game: Game, hostname: String, state: AppState, native_hash: String )
server/src/main.rs:73
↓ 2 callers
Method
transformNativeName
(name: string)
src/code-generation/RustCodeGenerator.ts:14
↓ 2 callers
Function
useAppBarSettings
()
src/hooks/useAppBarSettings.ts:5
↓ 2 callers
Function
useAppBarSettingsContext
()
src/context/app-bar-settings/AppBarSettingsProvider.tsx:14
↓ 2 callers
Function
useAppDataContext
()
src/context/app-data/AppDataProvider.tsx:36
↓ 2 callers
Function
useCustomTheme
(id: string)
src/hooks/useCustomTheme.ts:4
↓ 2 callers
Function
useNativeDataContext
()
src/context/native-data/NativeDataProvider.tsx:21
↓ 2 callers
Function
useSetAppBarSettings
(id: string, settings: AppBarSettings)
src/hooks/useSetAppBarSettings.ts:5
↓ 2 callers
Function
useStats
()
src/hooks/useStats.ts:3
↓ 1 callers
Function
LoadAlloc8orNatives
(game: Game)
src/external/alloc8or-nativedb/index.ts:13
↓ 1 callers
Function
LoadDottieDotAdditionalData
()
src/external/dottiedot-additional-data/index.ts:3
↓ 1 callers
Function
LoadFivemNatives
()
src/external/fivem-nativedb/index.ts:3
↓ 1 callers
Function
LoadSpecialData
(dataString: string)
src/external/special-data/index.ts:3
↓ 1 callers
Method
addAdditionalData
(hash: string, data: AdditionalNativeData)
src/external/NativeDataLoader.ts:48
↓ 1 callers
Function
addListener
(listener: (sw: ServiceWorkerRegistration) => void)
src/context/app-data/AppDataProvider.tsx:14
↓ 1 callers
Method
addNative
(native: CodeGenNative)
src/code-generation/ICodeGenerator.ts:39
↓ 1 callers
Function
atLiteralStringHash
(str: string)
src/common/hashing.ts:16
↓ 1 callers
Function
atStringHash
(str: string)
src/common/hashing.ts:3
↓ 1 callers
Function
atStringHash64
(str: string)
src/common/hashing.ts:7
↓ 1 callers
Function
checkValidServiceWorker
(swUrl: string, config?: Config)
src/serviceWorkerRegistration.ts:101
↓ 1 callers
Method
end
()
src/code-generation/ICodeGenerator.ts:35
↓ 1 callers
Function
formatHash
(hashInput: [bigint, number] | undefined, format: HashingFormat)
src/pages/Hashing/backend.ts:35
↓ 1 callers
Method
formatInvokeParam
({ name, type }: CodeGenParam, convertHashes: boolean)
src/code-generation/TSCodeGenerator.ts:133
↓ 1 callers
Method
formatInvokeParam
({ name }: CodeGenParam)
src/code-generation/RustCodeGenerator.ts:126
↓ 1 callers
Method
formatParam
({ name, type }: CodeGenParam)
src/code-generation/TSCodeGenerator.ts:80
↓ 1 callers
Function
getDarkTheme
()
src/Theme.tsx:50
↓ 1 callers
Function
getGamePath
(game: Game)
src/common/index.ts:5
↓ 1 callers
Function
getHeight
()
src/components/NativeSelect/NativeSelect.tsx:47
↓ 1 callers
Function
getLightTheme
()
src/Theme.tsx:30
↓ 1 callers
Method
getOpeningBracket
()
src/code-generation/TSCodeGenerator.ts:119
↓ 1 callers
Function
getParamGroup
(params: NativeParam[])
src/code-generation/CodeGeneratorBase.ts:19
↓ 1 callers
Function
getParamNameForParamGroup
(groupName: string)
src/code-generation/CodeGeneratorBase.ts:39
↓ 1 callers
Function
getUrl
(game: Game)
src/external/alloc8or-nativedb/index.ts:4
↓ 1 callers
Function
hashLine
(line: string, algo: HashingAlgorithm)
src/pages/Hashing/backend.ts:17
↓ 1 callers
Function
hashWithAlgorithm
(input: string, algo: HashingAlgorithm)
src/pages/Hashing/backend.ts:6
↓ 1 callers
Function
joaat
(key: string)
src/common/index.ts:24
↓ 1 callers
Method
loadAlloc8or
()
src/external/NativeDataLoader.ts:85
↓ 1 callers
Method
loadDottieDot
()
src/external/NativeDataLoader.ts:115
↓ 1 callers
Method
loadFiveM
()
src/external/NativeDataLoader.ts:57
↓ 1 callers
Method
loadSpecialData
(dataString: string)
src/external/NativeDataLoader.ts:129
↓ 1 callers
Function
load_index
()
server/src/main.rs:124
↓ 1 callers
Function
matchNativeLoose
(search: string, native: Native)
src/hooks/useNativeSearch.ts:52
↓ 1 callers
Function
matchNativeStrict
(searchData: SearchData, native: Native)
src/hooks/useNativeSearch.ts:87
↓ 1 callers
Method
monitor
(&self)
server/src/native_service.rs:32
↓ 1 callers
Method
native
(&self, hash: &String)
server/src/native_service.rs:28
↓ 1 callers
Method
nativeToCodeGenNative
(native: Native)
src/code-generation/ICodeGenerator.ts:37
↓ 1 callers
Function
notifyUpdateReady
(sw: ServiceWorkerRegistration)
src/context/app-data/AppDataProvider.tsx:7
↓ 1 callers
Function
parseSearchQuery
(searchQuery: string)
src/hooks/useNativeSearch.ts:15
↓ 1 callers
Method
popNamespace
()
src/code-generation/ICodeGenerator.ts:43
↓ 1 callers
Method
pushNamespace
(name: string)
src/code-generation/ICodeGenerator.ts:41
↓ 1 callers
Function
removeListener
(listener: (sw: ServiceWorkerRegistration) => void)
src/context/app-data/AppDataProvider.tsx:22
↓ 1 callers
Function
reportWebVitals
(onPerfEntry?: ReportHandler)
src/reportWebVitals.ts:3
↓ 1 callers
Function
setNativeValue
(element: HTMLInputElement, value: string)
src/components/AppBar/DesktopSearch.tsx:80
↓ 1 callers
Method
transformBaseType
(type: string)
src/code-generation/TSCodeGenerator.ts:62
↓ 1 callers
Method
transformNativeName
(name: string)
src/code-generation/CSharpEnumCodeGenerator.ts:78
↓ 1 callers
Method
transformNativeName
(name: string)
src/code-generation/CPlusPlusCodeGenerator.ts:18
↓ 1 callers
Method
transformReturnType
(type: string)
src/code-generation/TSCodeGenerator.ts:66
↓ 1 callers
Function
useConstant
(constant: string)
src/hooks/useConstant.ts:3
↓ 1 callers
Function
useCreateTheme
(setSelectedTheme: (id: string) => void)
src/components/ThemeManager/ThemeManager.tsx:10
↓ 1 callers
Function
useEnumOfIdentifier
(ident: string)
src/hooks/useEnumOfIdentifier.ts:6
↓ 1 callers
Function
useLastNotNull
(value: T | null | undefined)
src/hooks/useLastNotNull.ts:3
↓ 1 callers
Function
useNamespace
(namespace: string)
src/hooks/useNamespace.ts:3
↓ 1 callers
Function
useNativeSearch
(searchQuery: string)
src/hooks/useNativeSearch.ts:122
↓ 1 callers
Function
useOnlineStatus
()
src/hooks/useOnlineStatus.ts:4
next →
1–100 of 247, ranked by callers