Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KOSASIH/skybridge
/ functions
Functions
267 in github.com/KOSASIH/skybridge
⨍
Functions
267
◇
Types & classes
40
Function
TestNetwork_Dial
(t *testing.T)
src/blockchain/network/network_test.go:78
Function
TestNetwork_GenerateTLS
(t *testing.T)
src/blockchain/network/network_test.go:171
Function
TestNetwork_MarshalJSON
(t *testing.T)
src/blockchain/network/network_test.go:114
Function
TestNetwork_NewNetwork
(t *testing.T)
src/blockchain/network/network_test.go:11
Function
TestNetwork_Start
(t *testing.T)
src/blockchain/network/network_test.go:26
Function
TestNetwork_UnmarshalJSON
(t *testing.T)
src/blockchain/network/network_test.go:142
Function
TestNetwork_handleConn
(t *testing.T)
src/blockchain/network/network_test.go:42
Function
TestNewError
(t *testing.T)
src/lib/errors/errors_test.go:7
Function
TestNewLogger
(t *testing.T)
src/lib/logging/logging_test.go:8
Function
TestNode
(t *testing.T)
src/node/node_test.go:7
Function
TestNodeMetadata_MarshalJSON
(t *testing.T)
src/api/types/types_test.go:11
Function
TestNodeMetadata_String
(t *testing.T)
src/api/types/types_test.go:166
Function
TestNodeMetadata_UnmarshalJSON
(t *testing.T)
src/api/types/types_test.go:60
Function
TestNodeMetadata_Validate
(t *testing.T)
src/api/types/types_test.go:89
Function
TestNodeService
(t *testing.T)
src/api/node/node_test.go:17
Function
TestNodeUnit
(t *testing.T)
tests/unit/unit_test.go:29
Function
TestOS
(t *testing.T)
src/lib/utils/utils_test.go:138
Function
TestRandInt
(t *testing.T)
src/lib/utils/utils_test.go:86
Function
TestRandString
(t *testing.T)
src/lib/utils/utils_test.go:94
Function
TestRegexpMatch
(t *testing.T)
src/lib/utils/utils_test.go:130
Function
TestSatellite
(t *testing.T)
src/satellite/satellite_test.go:7
Function
TestSatelliteUnit
(t *testing.T)
tests/unit/unit_test.go:9
Function
TestSignature_InvalidKey
(t *testing.T)
src/crypto/signature/signature_test.go:73
Function
TestSignature_Random
(t *testing.T)
src/crypto/signature/signature_test.go:80
Function
TestSignature_Sign
(t *testing.T)
src/crypto/signature/signature_test.go:9
Function
TestSignature_SignBase64
(t *testing.T)
src/crypto/signature/signature_test.go:25
Function
TestSignature_Verify
(t *testing.T)
src/crypto/signature/signature_test.go:41
Function
TestSignature_VerifyBase64
(t *testing.T)
src/crypto/signature/signature_test.go:57
Function
TestStorage_Clear
(t *testing.T)
src/blockchain/storage/storage_test.go:272
Function
TestStorage_Close
(t *testing.T)
src/blockchain/storage/storage_test.go:168
Function
TestStorage_Delete
(t *testing.T)
src/blockchain/storage/storage_test.go:45
Function
TestStorage_Get
(t *testing.T)
src/blockchain/storage/storage_test.go:26
Function
TestStorage_GetKeys
(t *testing.T)
src/blockchain/storage/storage_test.go:200
Function
TestStorage_GetSize
(t *testing.T)
src/blockchain/storage/storage_test.go:180
Function
TestStorage_GetValues
(t *testing.T)
src/blockchain/storage/storage_test.go:220
Function
TestStorage_Iterate
(t *testing.T)
src/blockchain/storage/storage_test.go:240
Function
TestStorage_Load
(t *testing.T)
src/blockchain/storage/storage_test.go:140
Function
TestStorage_MarshalJSON
(t *testing.T)
src/blockchain/storage/storage_test.go:65
Function
TestStorage_Persist
(t *testing.T)
src/blockchain/storage/storage_test.go:112
Function
TestStorage_Put
(t *testing.T)
src/blockchain/storage/storage_test.go:14
Function
TestStorage_Random
(t *testing.T)
src/blockchain/storage/storage_test.go:293
Function
TestStorage_UnmarshalJSON
(t *testing.T)
src/blockchain/storage/storage_test.go:89
Function
TestTester
(t *testing.T)
tools/test/test_test.go:9
Function
TestTimeFormat
(t *testing.T)
src/lib/utils/utils_test.go:121
Function
TestTimeNow
(t *testing.T)
src/lib/utils/utils_test.go:102
Function
TestTimeParse
(t *testing.T)
src/lib/utils/utils_test.go:109
Function
TestURLParse
(t *testing.T)
src/lib/utils/utils_test.go:44
Function
TestUUID
(t *testing.T)
src/lib/utils/utils_test.go:7
Method
UnmarshalJSON
UnmarshalJSON unmarshals JSON to node metadata
src/api/types/types.go:61
Method
UnmarshalJSON
UnmarshalJSON unmarshals JSON to a node
src/api/node/node.go:117
Method
UnmarshalJSON
UnmarshalJSON unmarshals JSON to the storage
src/blockchain/storage/storage.go:83
Method
Update
Update updates the node's information
src/api/node/node.go:85
Method
UpdateNode
(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
Method
evaluate_model
(self, test_data, test_labels)
ai/model.py:49
Method
handleCreateNode
handleCreateNode handles POST requests to /api/v1/nodes.
src/api/gateway/gateway.go:224
Method
handleDeleteNode
handleDeleteNode handles DELETE requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:282
Method
handleGetNode
handleGetNode handles GET requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:200
Method
handleGetNodes
handleGetNodes handles GET requests to /api/v1/nodes.
src/api/gateway/gateway.go:179
Method
handleUpdateNode
handleUpdateNode handles PUT requests to /api/v1/nodes/{id}.
src/api/gateway/gateway.go:252
Method
handleWebSocketConnection
handleWebSocketConnection handles WebSocket connections.
src/api/gateway/gateway.go:305
Function
main
()
src/main/main.go:21
Method
update_connection_health
(self, connection_type, is_healthy)
connection/connection_manager.py:53
← previous
201–267 of 267, ranked by callers