Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gelembjuk/oursql
/ functions
Functions
1,260 in github.com/Gelembjuk/oursql
⨍
Functions
1,260
◇
Types & classes
172
Method
GetCount
()
node/database/interface.go:127
Method
GetCount
get count of records in the table
node/database/unapprovedtransactions.go:33
Method
GetCountOfKnownNodes
()
lib/net/nodesnetwork.go:16
Method
GetCountOfKnownNodes
Returns number of known nodes
lib/net/nodesnetwork.go:90
Method
GetCountOfKnownNodes
()
node/nodemanager/nodeslist.go:70
Function
GetCountUnapprovedTransactions
(datadir)
tests/_transfers.py:91
Function
GetDBManagerMock
()
node/database/mocks.go:12
Function
GetDBName
(testdatadir)
tests/_lib.py:83
Method
GetDataForTransaction
(txID []byte)
node/database/unspentoutputs.go:37
Method
GetFirstHash
()
node/database/blockchain.go:116
Function
GetGroupBalance
(datadir)
tests/_transfers.py:45
Function
GetGroupBalanceWallet
(datadir,host,port)
tests/_wallet.py:54
Function
GetGroupBalanceWalletNoNode
(datadir)
tests/_wallet.py:69
Function
GetHistory
(datadir,address,host, port)
tests/_wallet.py:190
Function
GetHistoryNoNode
(datadir,address)
tests/_wallet.py:179
Method
GetIfUnapprovedExists
check if transaction exists in unapproved cache
node/transactions/manager.go:948
Method
GetInputValue
Get input value for TX in the cache
node/transactions/pending.go:345
Method
GetKeyValue
()
node/dbquery/parsed.go:33
Method
GetKind
()
node/transactions/error.go:56
Method
GetKind
()
node/transactions/error.go:64
Method
GetKind
()
node/transactions/error.go:67
Method
GetLocationInChain
Finds if a hash is in the main chain, returns previous and next hash if it has
node/database/blockchain.go:257
Method
GetLockerObject
()
node/database/mocks.go:63
Method
GetLockerObject
()
node/database/manager.go:309
Method
GetNodes
()
lib/net/nodesnetwork.go:85
Method
GetNodes
()
node/nodemanager/nodeslist.go:12
Method
GetNodesObject
()
node/database/mocks.go:59
Method
GetOneColumnCondition
this returns data only if there is single condition and it is "=" operator
node/dbquery/sqlparser/parser.go:649
Method
GetPreparedBlockTransactionsIDs
Returns IDs of transactions selected to do a next block
node/consensus/blockmaker.go:177
Method
GetState
return logs state as command separated list
lib/utils/utils.go:79
Method
GetTXForRefID
Get block hash for TX
node/database/datareferences.go:33
Method
GetTXForRefID
(RefID []byte)
node/transactions/rowsreferences.go:133
Method
GetTXSpentOutputs
Get spent outputs for TX , seialised to bytes
node/database/transactions.go:67
Method
GetTopBlock
Get block on the top of blockchain
node/database/blockchain.go:42
Method
GetTransaction
returns transaction by ID if it exists
node/database/unapprovedtransactions.go:42
Method
GetTransaction
Get TX object from BC under given topHash
node/transactions/index.go:472
Method
GetTransactionsObject
()
node/database/mocks.go:47
Method
GetUnapprovedCount
return count of transactions in pool
node/transactions/manager.go:122
Method
GetUnapprovedTransactionsFiltered
Returns list of transactions from the pool. Filters by time or maxcount, it total is lexx maxcount, returns all Returns only IDs of transactions
node/transactions/manager.go:198
Method
GetUnapprovedTransactionsForNewBlock
return number of unapproved transactions for new block. detect conflicts if there are less, it returns less than requested
node/transactions/manager.go:133
Method
GetUnapprovedTransactionsObject
()
node/database/mocks.go:51
Function
GetUnspent
(datadir,address,host, port)
tests/_wallet.py:168
Method
GetUnspentCount
return count of unspent outputs
node/transactions/manager.go:127
Function
GetUnspentNoNode
(datadir,address)
tests/_wallet.py:157
Method
GetUnspentOutputsObject
()
node/database/mocks.go:55
Method
GetUpdateColumns
()
node/dbquery/sqlparser/parser.go:632
Function
GetWallets
(datadir)
tests/_wallet.py:97
Function
GetWallets
(datadir)
tests/_node.py:10
Function
GobEncode
Encode structure to bytes
lib/net/network.go:135
Method
HasCondition
()
node/dbquery/sqlparser/interface.go:25
Method
HasCondition
()
node/dbquery/sqlparser/parser.go:635
Method
Init
Init the object.
lib/dbproxy/mysqlproxy.go:46
Method
Init
do initial actions
node/nodemanager/database.go:25
Method
Init
()
node/server/handle.go:32
Method
InitAfterRestore
init a record after restore from DB
lib/net/network.go:67
Method
InitBlockchainFromOther
Creates new blockchain DB from given list of blocks This would be used when new empty node started and syncs with other nodes
node/nodemanager/blockchain_create.go:109
Method
InitDB
Init DB. create table
node/database/unspentoutputs.go:19
Method
InitDB
Init new DB. Create table.
node/database/nodes.go:19
Method
InitDB
()
node/database/interface.go:71
Method
InitDB
()
node/database/interface.go:91
Method
InitDB
()
node/database/interface.go:104
Method
InitDB
()
node/database/interface.go:112
Method
InitDB
()
node/database/interface.go:124
Method
InitDB
Init database
node/database/transactions.go:27
Method
InitDB
Init DB. create table
node/database/unapprovedtransactions.go:18
Method
InitDB
Init database
node/database/datareferences.go:18
Method
InitDB
create bucket etc. DB is already inited
node/database/blockchain.go:31
Method
InitDatabase
()
node/database/mocks.go:37
Method
InitDatabase
create empty database. must create all creates tables for BC
node/database/manager.go:100
Method
InitDatabase
prepare database before the first user
node/nodemanager/database.go:36
Function
IntToHex
IntToHex converts an int64 to a byte array
lib/utils/utils.go:173
Method
IsBlockPrepared
()
node/consensus/interface.go:44
Method
IsBlockPrepared
check if a block was prepared already
node/consensus/blockmaker.go:89
Method
IsComplete
()
node/structures/transaction.go:332
Method
IsConnectionOpen
()
node/database/interface.go:23
Method
IsConnectionOpen
()
node/database/mocks.go:34
Method
IsConnectionOpen
()
node/database/manager.go:94
Method
IsDefault
Checks if a config structure was loaded from file or not
node/consensus/config.go:247
Method
IsKind
(kind string)
node/transactions/error.go:60
Method
IsLockedWithKey
Same as IsLockedWithKey but for simpler structure
node/structures/transaction_output.go:57
Method
IsModifyDB
()
node/dbquery/sqlparser/interface.go:20
Method
IsModifyDB
()
node/dbquery/sqlparser/parser.go:619
Method
IsOneColumnCondition
()
node/dbquery/sqlparser/interface.go:26
Method
IsOneColumnCondition
()
node/dbquery/sqlparser/parser.go:638
Method
IsRead
()
node/dbquery/sqlparser/interface.go:19
Method
IsRead
()
node/dbquery/sqlparser/parser.go:616
Method
IsSingeTable
()
node/dbquery/sqlparser/interface.go:18
Method
IsSingeTable
()
node/dbquery/sqlparser/parser.go:613
Method
IsStopped
this function should start new goroutine
lib/dbproxy/interface.go:13
Method
IsStopped
()
lib/dbproxy/mysqlproxy.go:165
Method
IsTableDataUpdate
()
node/dbquery/sqlparser/interface.go:23
Method
IsTableDataUpdate
()
node/dbquery/sqlparser/parser.go:629
Method
IsTableManage
()
node/dbquery/sqlparser/interface.go:22
Method
IsTableManage
()
node/dbquery/sqlparser/parser.go:626
Method
Kind
()
lib/dbproxy/errors.go:21
Method
Kind
()
node/database/errors.go:26
Method
Len
()
node/structures/transaction_output.go:135
Method
Less
(i, j int)
node/structures/manager.go:119
Method
Less
(i, j int)
node/structures/transaction_output.go:137
Function
Make5BlocksBC
()
tests/_complex.py:611
← previous
next →
901–1,000 of 1,260, ranked by callers