Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gaius-Augustus/Augustus
/ functions
Functions
4,043 in github.com/Gaius-Augustus/Augustus
⨍
Functions
4,043
◇
Types & classes
931
↓ 717 callers
Method
begin
src/scanner/scannerbase.h:318
↓ 614 callers
Method
end
src/googletest/include/gtest/internal/gtest-internal.h:1144
↓ 567 callers
Method
size
Returns the number of TestPartResult objects in the array.
src/googletest/src/gtest-test-part.cc:77
↓ 458 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
include/json.hpp:11828
↓ 321 callers
Method
end
return iterator end (needed for range-based for)
include/json.hpp:3947
↓ 244 callers
Method
empty
src/pp_simscore.cc:80
↓ 188 callers
Method
size
auxprogs/utrrnaseq/src/UTRs.cpp:549
↓ 169 callers
Method
resize
include/matrix.hh:121
↓ 164 callers
Method
find
include/json.hpp:16518
↓ 158 callers
Function
create
include/json.hpp:17401
↓ 157 callers
Method
length
src/pp_simscore.cc:36
↓ 156 callers
Function
itoa
* convert int to string */
include/types.hh:833
↓ 127 callers
Method
clear
include/genbank.hh:119
↓ 123 callers
Function
mod3
* mod3, returns the number in {0,1,2} being congruent to the argument modulo 3 */
include/types.hh:527
↓ 122 callers
Method
write_character
include/json.hpp:12652
↓ 116 callers
Method
insert
src/alignment.cc:924
↓ 112 callers
Method
assign
include/matrix.hh:104
↓ 105 callers
Method
size
include/json.hpp:2691
↓ 99 callers
Method
erase
src/vitmatrix.cc:260
↓ 99 callers
Method
front
include/pp_profile.hh:597
↓ 92 callers
Method
getMessage
* Get the message describing the error. * @return A string message. */
include/types.hh:475
↓ 82 callers
Function
goto_line_after
include/projectio.hh:74
↓ 77 callers
Method
read
src/motif.cc:388
↓ 75 callers
Method
close
src/sqliteDB.cc:48
↓ 72 callers
Method
begin
return iterator begin (needed for range-based for)
include/json.hpp:3941
↓ 69 callers
Function
isOnFStrand
include/types.hh:663
↓ 68 callers
Method
get
src/scanner/lex.cc:235
↓ 66 callers
Function
size
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
include/json.hpp:21494
↓ 64 callers
Function
to_string
include/graph.hh:404
↓ 58 callers
Method
value
Gets the user supplied value.
src/googletest/include/gtest/gtest.h:549
↓ 57 callers
Method
sort
include/gene.hh:665
↓ 54 callers
Function
get
include/json.hpp:3956
↓ 49 callers
Function
log
* computes the element-wise natrual logarithm of a matrix P */
src/contTimeMC.cc:251
↓ 48 callers
Method
write
src/motif.cc:373
↓ 46 callers
Function
StreamableToString
src/googletest/include/gtest/gtest-message.h:215
↓ 43 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
include/json.hpp:11853
↓ 42 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
include/json.hpp:21037
↓ 42 callers
Method
push
src/scanner/scannerbase.h:252
↓ 40 callers
Function
add
add a character to token_buffer
include/json.hpp:7272
↓ 38 callers
Method
rend
include/pp_hitseq.hh:319
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
include/json.hpp:23411
↓ 35 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
src/googletest/src/gtest.cc:1004
↓ 34 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
include/json.hpp:20966
↓ 34 callers
Method
malus
include/extrinsicinfo.hh:396
↓ 34 callers
Method
open
src/sqliteDB.cc:16
↓ 33 callers
Method
getQueryName
Retrieve the Query template NAME of the alignment, i.e the QNAME Field */
auxprogs/filterBam/src/BamToolsAccess.cc:20
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
include/json.hpp:17830
↓ 32 callers
Method
begin
src/googletest/include/gtest/internal/gtest-internal.h:1143
↓ 31 callers
Method
clear
auxprogs/utrrnaseq/src/UTRs.cpp:140
↓ 31 callers
Method
parse_error
include/json.hpp:2463
↓ 31 callers
Method
update
src/pp_scoring.cc:276
↓ 29 callers
Method
geneBegin
include/gene.hh:389
↓ 29 callers
Method
rbegin
include/pp_hitseq.hh:316
↓ 28 callers
Function
ColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
src/googletest/src/gtest.cc:3019
↓ 28 callers
Method
getSeqProb
src/statemodel.cc:312
↓ 28 callers
Function
impl
Accessors for the implementation object.
src/googletest/include/gtest/gtest.h:1405
↓ 28 callers
Method
name
include/json.hpp:2369
↓ 26 callers
Method
key
include/json.hpp:5847
↓ 26 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
include/json.hpp:11782
↓ 26 callers
Method
size
include/gene.hh:221
↓ 25 callers
Method
frame
reading frame, in case it is a (coding) exon, usually depends only on the type
src/gene.cc:152
↓ 25 callers
Method
rc
include/geneticcode.hh:174
↓ 25 callers
Method
test_case
(self, testfilename, refsamfilename, filterbamoptions)
tests/short/auxprogs/filterbam/test_filterbam.py:56
↓ 24 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
src/googletest/src/gtest-internal-inl.h:945
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
include/json.hpp:17710
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
include/json.hpp:19051
↓ 24 callers
Method
set
src/googletest/include/gtest/internal/gtest-port.h:1631
↓ 23 callers
Method
chrStart
src/alignment.cc:51
↓ 23 callers
Method
geneEnd
include/gene.hh:390
↓ 23 callers
Method
size
include/merkmal.hh:176
↓ 22 callers
Function
Eq
src/googletest/include/gtest/gtest-matchers.h:759
↓ 22 callers
Method
blockSize
include/pp_profile.hh:759
↓ 22 callers
Function
newstrcpy
* copy string to newly allocated character array */
include/types.hh:851
↓ 22 callers
Method
numSpecies
include/geneMSA.hh:127
↓ 21 callers
Method
bindInt
src/sqliteDB.cc:203
↓ 21 callers
Method
chrEnd
src/alignment.cc:57
↓ 21 callers
Method
close
auxprogs/homGeneMapping/src/sqliteDB.cc:50
↓ 21 callers
Method
count
include/json.hpp:16506
↓ 21 callers
Method
getAliStart
include/orthoexon.hh:64
↓ 21 callers
Method
inv
include/geneticcode.hh:186
↓ 21 callers
Method
length
src/scanner/scannerbase.h:298
↓ 21 callers
Method
reset
src/vitmatrix.cc:242
↓ 20 callers
Method
bindText
src/sqliteDB.cc:224
↓ 20 callers
Method
doubleValue
* conversion to other types */
include/lldouble.hh:70
↓ 20 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/json.hpp:11347
↓ 19 callers
Function
AssertionSuccess
Makes a successful assertion result.
src/googletest/src/gtest.cc:1031
↓ 19 callers
Method
blockCount
include/pp_profile.hh:756
↓ 19 callers
Method
distance_faded_bonus
src/hints.cc:557
↓ 19 callers
Method
numRows
chromosomal range, maximized over rows
include/alignment.hh:175
↓ 19 callers
Method
number_integer
include/json.hpp:5817
↓ 18 callers
Method
add
src/gene.cc:41
↓ 18 callers
Method
getAliEnd
length of HECT + 1
include/orthoexon.hh:66
↓ 18 callers
Method
getBiologicalState
src/gene.cc:176
↓ 18 callers
Function
input_adapter
include/json.hpp:5088
↓ 18 callers
Function
loadError
auxprogs/joingenes/jg_ios.cpp:6
↓ 18 callers
Method
sax_parse
include/json.hpp:10265
↓ 17 callers
Function
AssertionFailure
Makes a failed assertion result.
src/googletest/src/gtest.cc:1036
↓ 17 callers
Function
FilePath
src/googletest/include/gtest/internal/gtest-filepath.h:65
↓ 17 callers
Method
INV
include/geneticcode.hh:194
↓ 17 callers
Function
find
include/json.hpp:20812
next →
1–100 of 4,043, ranked by callers