Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RegrowthStudios/SoACode-Public
/ functions
Functions
1,853 in github.com/RegrowthStudios/SoACode-Public
⨍
Functions
1,853
◇
Types & classes
983
↓ 1 callers
Method
End
Stop analyzing function body.
utils/git-hooks/cpplint/cpplint.py:685
↓ 1 callers
Function
Error
Logs the fact we've found a lint error. We log where the error was found, and also our confidence in the error, that is, how certain we are this
utils/git-hooks/cpplint/cpplint.py:812
↓ 1 callers
Method
Extension
File extension - text following the final period.
utils/git-hooks/cpplint/cpplint.py:772
↓ 1 callers
Function
ExtractHex
Custom Numerical Converters For Integers
SoA/IniParser.cpp:97
↓ 1 callers
Function
ExtractOctal
SoA/IniParser.cpp:169
↓ 1 callers
Function
ExtractType
Helpers To Extract Information From An INI Value
SoA/IniParser.cpp:279
↓ 1 callers
Function
ExtractValue
SoA/IniParser.cpp:299
↓ 1 callers
Function
FilesBelongToSameModule
Check if these two filenames belong to the same module. The concept of a 'module' here is a as follows: foo.h, foo-inl.h, foo.cc, foo_test.cc and
utils/git-hooks/cpplint/cpplint.py:2938
↓ 1 callers
Function
FindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
utils/git-hooks/cpplint/cpplint.py:894
↓ 1 callers
Function
FindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
utils/git-hooks/cpplint/cpplint.py:883
↓ 1 callers
Function
GenerateMeshFromOctree
SoA/Octree.cpp:560
↓ 1 callers
Function
GenerateVertexIndices
SoA/Octree.cpp:193
↓ 1 callers
Function
GetFileSize
SoA/IniParser.cpp:50
↓ 1 callers
Function
GetLineWidth
Determines the width of the line in column positions. Args: line: A string, which may be a Unicode string. Returns: The width of the lin
utils/git-hooks/cpplint/cpplint.py:2156
↓ 1 callers
Function
GoToNonWhitespaceML
Helpers For Navigating Within The String
SoA/IniParser.cpp:61
↓ 1 callers
Method
IncrementErrorCount
Bumps the module's error statistic.
utils/git-hooks/cpplint/cpplint.py:570
↓ 1 callers
Function
IsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
utils/git-hooks/cpplint/cpplint.py:866
↓ 1 callers
Function
IsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
utils/git-hooks/cpplint/cpplint.py:353
↓ 1 callers
Method
IsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: header_path: Header to be checked. Returns: Returns t
utils/git-hooks/cpplint/cpplint.py:441
↓ 1 callers
Function
ParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
utils/git-hooks/cpplint/cpplint.py:3312
↓ 1 callers
Function
PrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
utils/git-hooks/cpplint/cpplint.py:3303
↓ 1 callers
Method
PrintErrorCounts
Print a summary of errors by category, and the total.
utils/git-hooks/cpplint/cpplint.py:580
↓ 1 callers
Function
ProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
utils/git-hooks/cpplint/cpplint.py:3221
↓ 1 callers
Function
ProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
utils/git-hooks/cpplint/cpplint.py:3176
↓ 1 callers
Function
ProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
utils/git-hooks/cpplint/cpplint.py:3140
↓ 1 callers
Function
RecursiveFlagLOD
SoA/Planet.cpp:680
↓ 1 callers
Function
RemoveMultiLineComments
Removes multiline (c-style) comments from lines.
utils/git-hooks/cpplint/cpplint.py:911
↓ 1 callers
Function
RemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
utils/git-hooks/cpplint/cpplint.py:903
↓ 1 callers
Function
ReplaceableCheck
Determine whether a basic CHECK can be replaced with a more specific one. For example suggest using CHECK_EQ instead of CHECK(a == b) and similar
utils/git-hooks/cpplint/cpplint.py:2088
↓ 1 callers
Method
ResetErrorCounts
Sets the module's error statistic back to zero.
utils/git-hooks/cpplint/cpplint.py:565
↓ 1 callers
Function
ResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
utils/git-hooks/cpplint/cpplint.py:348
↓ 1 callers
Method
SetCountingStyle
Sets the module's counting options.
utils/git-hooks/cpplint/cpplint.py:536
↓ 1 callers
Method
SetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
utils/git-hooks/cpplint/cpplint.py:540
↓ 1 callers
Method
SetOutputFormat
Sets the output format for errors.
utils/git-hooks/cpplint/cpplint.py:526
↓ 1 callers
Method
SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
utils/git-hooks/cpplint/cpplint.py:530
↓ 1 callers
Function
SimplifyOctree
SoA/Octree.cpp:95
↓ 1 callers
Function
Sphere
SoA/Density.cpp:9
↓ 1 callers
Function
UpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
utils/git-hooks/cpplint/cpplint.py:2993
↓ 1 callers
Function
_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
utils/git-hooks/cpplint/cpplint.py:2338
↓ 1 callers
Method
_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
utils/git-hooks/cpplint/cpplint.py:967
↓ 1 callers
Function
_Filters
Returns the module's list of output filters, as a list.
utils/git-hooks/cpplint/cpplint.py:616
↓ 1 callers
Function
_GetTextInside
Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the text
utils/git-hooks/cpplint/cpplint.py:2468
↓ 1 callers
Function
_OutputFormat
Gets the module's output format.
utils/git-hooks/cpplint/cpplint.py:591
↓ 1 callers
Function
_SetCountingStyle
Sets the module's counting options.
utils/git-hooks/cpplint/cpplint.py:611
↓ 1 callers
Function
_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
utils/git-hooks/cpplint/cpplint.py:621
↓ 1 callers
Function
_SetOutputFormat
Sets the module's output format.
utils/git-hooks/cpplint/cpplint.py:596
↓ 1 callers
Function
_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
utils/git-hooks/cpplint/cpplint.py:785
↓ 1 callers
Method
__init__
(self, filename)
utils/git-hooks/cpplint/cpplint.py:702
↓ 1 callers
Function
_main
Parse options and run checks on Python source.
utils/git-hooks/pep8.py:1854
↓ 1 callers
Method
addCommand
SoA/DevConsole.cpp:43
↓ 1 callers
Method
addMeshAsync
SoA/TerrainPatchMeshManager.cpp:187
↓ 1 callers
Method
addStringOption
SoA/SoaOptions.cpp:43
↓ 1 callers
Method
beginLiquid
SoA/ChunkRenderer.cpp:252
↓ 1 callers
Method
beginThread
SoA/WorldIO.cpp:1034
↓ 1 callers
Method
beginTransparent
SoA/ChunkRenderer.cpp:179
↓ 1 callers
Method
bind
SoA/VoxelModelMesh.cpp:4
↓ 1 callers
Function
bindAttributes
SoA/ShaderAssetLoader.cpp:72
↓ 1 callers
Function
bindFragments
SoA/ShaderAssetLoader.cpp:80
↓ 1 callers
Method
blockUntilFinished
SoA/LoadContext.h:107
↓ 1 callers
Function
blurBaseBiomeMap
SoA/PlanetGenLoader.cpp:261
↓ 1 callers
Method
build
SoA/ECSTemplates.cpp:58
↓ 1 callers
Method
build_tokens_line
Build a logical line from tokens.
utils/git-hooks/pep8.py:1272
↓ 1 callers
Function
calcError
SoA/svd.cpp:370
↓ 1 callers
Method
calculateGlowSize
SoA/StarComponentRenderer.cpp:477
↓ 1 callers
Method
calculateParams
SoA/GameRenderParams.cpp:9
↓ 1 callers
Method
calculateStarColor
SoA/StarComponentRenderer.cpp:488
↓ 1 callers
Method
canStart
SoA/LoadMonitor.cpp:38
↓ 1 callers
Method
changeState
SoA/SmartVoxelContainer.hpp:154
↓ 1 callers
Method
check_all
Run all checks on the input file.
utils/git-hooks/pep8.py:1360
↓ 1 callers
Method
check_ast
(self)
utils/git-hooks/pep8.py:1339
↓ 1 callers
Method
check_files
Run all checks on the paths.
utils/git-hooks/pep8.py:1611
↓ 1 callers
Method
check_logical
Build a line from tokens and run all logical checks on it.
utils/git-hooks/pep8.py:1312
↓ 1 callers
Method
check_physical
Run all physical checks on a raw input line.
utils/git-hooks/pep8.py:1259
↓ 1 callers
Method
clear
Clears the container and frees memory
SoA/SmartVoxelContainer.hpp:190
↓ 1 callers
Method
clearTasks
Call this when work is completed to free memory used by GLRPCs.
SoA/LoadContext.h:161
↓ 1 callers
Function
compiler_fence
SoA/atomicops.h:119
↓ 1 callers
Function
computeGridPosition
SoA/VoxelSpaceConversions.cpp:119
↓ 1 callers
Method
createChunkMeshData
SoA/ChunkMesher.cpp:546
↓ 1 callers
Method
create_entries
(self, cache_dir)
scripts/upload-cache-to-github.py:273
↓ 1 callers
Method
cycleColorFilter
SoA/MainMenuRenderer.h:66
↓ 1 callers
Method
cycleDevHud
SoA/GameplayRenderer.cpp:328
↓ 1 callers
Method
delete_asset_by_id
(self, asset_id, asset_name)
scripts/upload-cache-to-github.py:181
↓ 1 callers
Method
delete_asset_if_exists
(self, release_id, asset_name)
scripts/upload-cache-to-github.py:197
↓ 1 callers
Method
dispose
SoA/MainMenuSystemViewer.cpp:41
↓ 1 callers
Method
dispose
SoA/GameplayRenderer.cpp:66
↓ 1 callers
Method
disposeShaders
SoA/StarComponentRenderer.cpp:287
↓ 1 callers
Method
drawAsFarTerrain
SoA/TerrainPatchMesh.cpp:56
↓ 1 callers
Method
drawFarMeshes
SoA/TerrainPatchMeshManager.cpp:221
↓ 1 callers
Method
drawLine
SoA/DebugRenderer.cpp:122
↓ 1 callers
Method
drawLiquid
SoA/ChunkRenderer.cpp:271
↓ 1 callers
Method
drawSkybox
SoA/SkyboxRenderer.cpp:75
↓ 1 callers
Method
drawSphericalMeshes
SoA/TerrainPatchMeshManager.cpp:30
↓ 1 callers
Method
drawTransparent
SoA/ChunkRenderer.cpp:199
↓ 1 callers
Method
drawTrees
SoA/Planet.cpp:524
↓ 1 callers
Method
drawWater
SoA/TerrainPatchMesh.cpp:46
↓ 1 callers
Method
drawWaterAsFarTerrain
Draws the water mesh as a far terrain mesh
SoA/TerrainPatchMesh.cpp:78
↓ 1 callers
Method
editVoxels
SoA/VoxelEditor.cpp:14
↓ 1 callers
Method
entry_from_server
(self)
scripts/upload-cache-to-github.py:247
↓ 1 callers
Method
findID
SoA/SoaOptions.cpp:51
↓ 1 callers
Method
findLayer
SoA/BlockTexturePack.cpp:129
← previous
next →
301–400 of 1,853, ranked by callers