MCPcopy Create free account

hub / github.com/KOSASIH/skybridge / functions

Functions267 in github.com/KOSASIH/skybridge

FunctionTestNetwork_Dial
(t *testing.T)
src/blockchain/network/network_test.go:78
FunctionTestNetwork_GenerateTLS
(t *testing.T)
src/blockchain/network/network_test.go:171
FunctionTestNetwork_MarshalJSON
(t *testing.T)
src/blockchain/network/network_test.go:114
FunctionTestNetwork_NewNetwork
(t *testing.T)
src/blockchain/network/network_test.go:11
FunctionTestNetwork_Start
(t *testing.T)
src/blockchain/network/network_test.go:26
FunctionTestNetwork_UnmarshalJSON
(t *testing.T)
src/blockchain/network/network_test.go:142
FunctionTestNetwork_handleConn
(t *testing.T)
src/blockchain/network/network_test.go:42
FunctionTestNewError
(t *testing.T)
src/lib/errors/errors_test.go:7
FunctionTestNewLogger
(t *testing.T)
src/lib/logging/logging_test.go:8
FunctionTestNode
(t *testing.T)
src/node/node_test.go:7
FunctionTestNodeMetadata_MarshalJSON
(t *testing.T)
src/api/types/types_test.go:11
FunctionTestNodeMetadata_String
(t *testing.T)
src/api/types/types_test.go:166
FunctionTestNodeMetadata_UnmarshalJSON
(t *testing.T)
src/api/types/types_test.go:60
FunctionTestNodeMetadata_Validate
(t *testing.T)
src/api/types/types_test.go:89
FunctionTestNodeService
(t *testing.T)
src/api/node/node_test.go:17
FunctionTestNodeUnit
(t *testing.T)
tests/unit/unit_test.go:29
FunctionTestOS
(t *testing.T)
src/lib/utils/utils_test.go:138
FunctionTestRandInt
(t *testing.T)
src/lib/utils/utils_test.go:86
FunctionTestRandString
(t *testing.T)
src/lib/utils/utils_test.go:94
FunctionTestRegexpMatch
(t *testing.T)
src/lib/utils/utils_test.go:130
FunctionTestSatellite
(t *testing.T)
src/satellite/satellite_test.go:7
FunctionTestSatelliteUnit
(t *testing.T)
tests/unit/unit_test.go:9
FunctionTestSignature_InvalidKey
(t *testing.T)
src/crypto/signature/signature_test.go:73
FunctionTestSignature_Random
(t *testing.T)
src/crypto/signature/signature_test.go:80
FunctionTestSignature_Sign
(t *testing.T)
src/crypto/signature/signature_test.go:9
FunctionTestSignature_SignBase64
(t *testing.T)
src/crypto/signature/signature_test.go:25
FunctionTestSignature_Verify
(t *testing.T)
src/crypto/signature/signature_test.go:41
FunctionTestSignature_VerifyBase64
(t *testing.T)
src/crypto/signature/signature_test.go:57
FunctionTestStorage_Clear
(t *testing.T)
src/blockchain/storage/storage_test.go:272
FunctionTestStorage_Close
(t *testing.T)
src/blockchain/storage/storage_test.go:168
FunctionTestStorage_Delete
(t *testing.T)
src/blockchain/storage/storage_test.go:45
FunctionTestStorage_Get
(t *testing.T)
src/blockchain/storage/storage_test.go:26
FunctionTestStorage_GetKeys
(t *testing.T)
src/blockchain/storage/storage_test.go:200
FunctionTestStorage_GetSize
(t *testing.T)
src/blockchain/storage/storage_test.go:180
FunctionTestStorage_GetValues
(t *testing.T)
src/blockchain/storage/storage_test.go:220
FunctionTestStorage_Iterate
(t *testing.T)
src/blockchain/storage/storage_test.go:240
FunctionTestStorage_Load
(t *testing.T)
src/blockchain/storage/storage_test.go:140
FunctionTestStorage_MarshalJSON
(t *testing.T)
src/blockchain/storage/storage_test.go:65
FunctionTestStorage_Persist
(t *testing.T)
src/blockchain/storage/storage_test.go:112
FunctionTestStorage_Put
(t *testing.T)
src/blockchain/storage/storage_test.go:14
FunctionTestStorage_Random
(t *testing.T)
src/blockchain/storage/storage_test.go:293
FunctionTestStorage_UnmarshalJSON
(t *testing.T)
src/blockchain/storage/storage_test.go:89
FunctionTestTester
(t *testing.T)
tools/test/test_test.go:9
FunctionTestTimeFormat
(t *testing.T)
src/lib/utils/utils_test.go:121
FunctionTestTimeNow
(t *testing.T)
src/lib/utils/utils_test.go:102
FunctionTestTimeParse
(t *testing.T)
src/lib/utils/utils_test.go:109
FunctionTestURLParse
(t *testing.T)
src/lib/utils/utils_test.go:44
FunctionTestUUID
(t *testing.T)
src/lib/utils/utils_test.go:7
MethodUnmarshalJSON
UnmarshalJSON unmarshals JSON to node metadata
src/api/types/types.go:61
MethodUnmarshalJSON
UnmarshalJSON unmarshals JSON to a node
src/api/node/node.go:117
MethodUnmarshalJSON
UnmarshalJSON unmarshals JSON to the storage
src/blockchain/storage/storage.go:83
MethodUpdate
Update updates the node's information
src/api/node/node.go:85
MethodUpdateNode
(ctx context.Context, node *Node)
src/api/node/node.go:144
Method__init__
(self, api_key)
main.py:14
Method__init__
(self)
connection/connection_manager.py:8
Method__init__
(self, log_file='app.log', max_bytes=5 * 1024 * 1024, backup_count=5, log_level=logging.INFO)
utils/logger.py:6
Method__init__
(self, model_path='path_to_your_model.h5')
ai/model.py:10
Method__init__
(self, api_key, base_url="https://api.starlink.com/v1/")
api/starlink_api.py:11
Methodevaluate_model
(self, test_data, test_labels)
ai/model.py:49
MethodhandleCreateNode
handleCreateNode handles POST requests to /api/v1/nodes.
src/api/gateway/gateway.go:224
MethodhandleDeleteNode
handleDeleteNode handles DELETE requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:282
MethodhandleGetNode
handleGetNode handles GET requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:200
MethodhandleGetNodes
handleGetNodes handles GET requests to /api/v1/nodes.
src/api/gateway/gateway.go:179
MethodhandleUpdateNode
handleUpdateNode handles PUT requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:252
MethodhandleWebSocketConnection
handleWebSocketConnection handles WebSocket connections.
src/api/gateway/gateway.go:305
Functionmain
()
src/main/main.go:21
Methodupdate_connection_health
(self, connection_type, is_healthy)
connection/connection_manager.py:53
← previous201–267 of 267, ranked by callers