MCPcopy Create free account

hub / github.com/axiom-org/axiom / functions

Functions241 in github.com/axiom-org/axiom

↓ 1 callersFunctioncreateIntervalTimer
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:40
↓ 1 callersMethoddatabase
(name: string)
api/src/Channel.ts:74
↓ 1 callersMethoddelete
(name: string)
api/src/Database.ts:527
↓ 1 callersMethoddocumentToObject
(doc: any)
api/src/Database.ts:360
↓ 1 callersMethodencrypt
( password: string, iv: string, salt: string, plaintext: string )
api/src/Cipher.ts:23
↓ 1 callersMethodfindNode
(publicKey: string)
api/src/Peer.ts:246
↓ 1 callersMethodfromPlain
(j: any)
api/src/KeyPair.ts:130
↓ 1 callersMethodgetChannel
(name: string)
api/src/Node.ts:747
↓ 1 callersMethodgetChannelPeers
(channel: string)
api/src/Node.ts:240
↓ 1 callersMethodgetDatabase
(name: string)
api/src/Channel.ts:70
↓ 1 callersMethodgetJoinMessages
()
api/src/MemberSet.ts:51
↓ 1 callersMethodhandleDataset
(peer: Peer, sm: SignedMessage)
api/src/Database.ts:205
↓ 1 callersMethodhandleFindNode
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:358
↓ 1 callersMethodhandleForward
(intermediary: Peer, sm: SignedMessage)
api/src/Node.ts:444
↓ 1 callersMethodhandleForwardedSignal
(intermediary: Peer, nested: SignedMessage)
api/src/Node.ts:406
↓ 1 callersMethodhandleNeighbors
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:386
↓ 1 callersMethodhandleNewPeer
(peer: Peer)
api/src/Channel.ts:45
↓ 1 callersMethodhandlePing
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:352
↓ 1 callersMethodhandlePong
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:356
↓ 1 callersMethodhandleQuery
(peer: Peer, m: Message)
api/src/Database.ts:441
↓ 1 callersMethodhandleSignal
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:394
↓ 1 callersMethodhandleTick
()
api/src/Node.ts:157
↓ 1 callersFunctionhexDecode
(s: string)
api/src/KeyPair.ts:31
↓ 1 callersFunctionhexEncode
(bytes: Uint8Array)
api/src/KeyPair.ts:56
↓ 1 callersFunctionhost
( filterFile?: string, hostingDir?: string, verbose?: boolean )
cli/src/CLI.ts:32
↓ 1 callersMethodinactive
()
api/src/Peer.ts:219
↓ 1 callersMethodisDestroyed
()
api/src/BasicPeer.ts:30
↓ 1 callersFunctionisFile
(filename: string)
cli/src/FileUtil.ts:11
↓ 1 callersMethodisValidPublicKey
(key: string)
api/src/KeyPair.ts:206
↓ 1 callersFunctionmain
()
cli/src/CLI.ts:66
↓ 1 callersMethodmakeBootstrap
(n: number)
api/src/MockPeerServer.ts:14
↓ 1 callersMethodmakeIV
()
api/src/Cipher.ts:12
↓ 1 callersMethodmakeSalt
()
api/src/Cipher.ts:17
↓ 1 callersMethodmakeServers
(bootstrap: string[])
api/src/MockPeerServer.ts:22
↓ 1 callersMethodmatch
(obj: AxiomObject)
cli/src/Filter.ts:61
↓ 1 callersMethodonClose
(callback: () => void)
api/src/Peer.ts:204
↓ 1 callersMethodonData
(callback: (data: any) => void)
api/src/BasicPeer.ts:23
↓ 1 callersMethodonData
(callback: (data: any) => void)
api/src/Peer.ts:196
↓ 1 callersMethodonNextMessage
(callback: (sm: SignedMessage) => void)
api/src/Node.ts:208
↓ 1 callersMethodonSignal
(callback: (sig: any) => void)
api/src/BasicPeer.ts:25
↓ 1 callersMethodplain
()
api/src/KeyPair.ts:166
↓ 1 callersFunctionrandomName
()
api/src/Database.ts:15
↓ 1 callersFunctionscan
(channel?: string, verbose?: boolean)
cli/src/CLI.ts:15
↓ 1 callersMethodsendData
(data: any)
api/src/Peer.ts:208
↓ 1 callersMethodserialize
()
api/src/SignedMessage.ts:57
↓ 1 callersMethodserialize
()
api/src/Message.ts:20
↓ 1 callersMethodsetFilter
(filterer: (obj: AxiomObject) => boolean)
api/src/Database.ts:94
↓ 1 callersFunctionsha512_256
(inputBytes: Uint8Array)
api/src/KeyPair.ts:82
↓ 1 callersFunctionsign
(a: bigint)
api/src/TimeTracker.ts:6
↓ 1 callersMethodsignal
(s: object)
api/src/Peer.ts:180
↓ 1 callersMethodstatusLines
()
api/src/Node.ts:135
↓ 1 callersMethoduseFilter
(filterer: (obj: AxiomObject) => boolean)
api/src/Database.ts:107
↓ 1 callersFunctionuseMockBasicPeer
()
api/src/BasicPeer.ts:227
↓ 1 callersFunctionuseMockIntervalTimer
()
api/src/IntervalTimer.ts:44
↓ 1 callersFunctionuseRealIntervalTimer
()
api/src/IntervalTimer.ts:49
↓ 1 callersFunctionuseWebRTCBasicPeer
()
api/src/BasicPeer.ts:231
↓ 1 callersMethodwaitForMessage
()
api/src/Node.ts:217
Methodclear
()
api/src/IntervalTimer.ts:12
Methodclear
()
api/src/IntervalTimer.ts:27
Methodclear
()
api/src/BasicPeer.ts:107
Methodclear
()
api/src/Database.ts:520
MethodconnectToServer
( keyPair: KeyPair, url: string, verbose: boolean )
api/src/Peer.ts:58
Methodconstructor
(json: any)
cli/src/HostingConfig.ts:18
Methodconstructor
(line: string)
cli/src/Filter.ts:23
Methodconstructor
(verbose?: boolean)
cli/src/Filter.ts:103
Methodconstructor
(keyPair: KeyPair, port: number, verbose: boolean)
cli/src/PeerServer.ts:20
Methodconstructor
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:8
Methodconstructor
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:22
Methodconstructor
(args: { message: Message; messageString: string; signer: string; signature: string; verif
api/src/SignedMessage.ts:15
Methodconstructor
()
api/src/MemberSet.ts:16
Methodconstructor
(initiator: boolean)
api/src/BasicPeer.ts:36
Methodconstructor
(initiator: boolean)
api/src/BasicPeer.ts:111
Methodconstructor
(node: Node)
api/src/MockPeerServer.ts:31
Methodconstructor
(publicKey: Uint8Array, privateKey: Uint8Array)
api/src/KeyPair.ts:96
Methodconstructor
()
api/src/Sequence.ts:8
Methodconstructor
(metadata: Metadata, data: any)
api/src/AxiomObject.ts:31
Methodconstructor
(name: string, channel: Channel, node?: Node, prefix?: string)
api/src/Database.ts:54
Methodconstructor
(name: string, node: Node, prefix?: string)
api/src/Channel.ts:23
Methodconstructor
(type: string, properties: any = {})
api/src/Message.ts:9
Methodconstructor
(name: string)
api/src/NetworkConfig.ts:11
Methodconstructor
(options?: { network?: string; keyPair?: KeyPair; bootstrap?: string[]; verbose?: boolean; }
api/src/Node.ts:67
Methodconstructor
(channel: string, callback: (sender: string, data: any) => void)
api/src/Subscription.ts:8
Methodconstructor
(options: { keyPair?: KeyPair; peerPublicKey?: string; initiator?: boolean; verbose?: boolean;
api/src/Peer.ts:118
MethodcreateIndex
(blob: any)
api/src/Database.ts:542
Methoddestroy
()
api/src/BasicPeer.ts:83
Methoddestroy
()
api/src/BasicPeer.ts:194
Methoddestroy
()
api/src/MockPeerServer.ts:47
Methoddestroy
()
api/src/Node.ts:751
Methodforget
()
api/src/AxiomObject.ts:40
MethodfromFile
(filename: string)
cli/src/HostingConfig.ts:24
MethodfromSerialized
(serialized: any, skipVerify: boolean)
api/src/SignedMessage.ts:85
MethodfromSerialized
(serialized: string)
api/src/Message.ts:24
MethodhandleJoin
(sm: SignedMessage)
api/src/MemberSet.ts:39
MethodhandleLeave
(publicKey: string)
api/src/MemberSet.ts:34
MethodhandleNewPeer
(peer: Peer)
api/src/Database.ts:385
MethodhandlePublish
(sm: SignedMessage)
api/src/Subscription.ts:19
MethodhandleSignedMessage
(peer: Peer, sm: SignedMessage)
api/src/Database.ts:249
MethodhandleSignedMessage
(peer: Peer, sm: SignedMessage)
api/src/Channel.ts:35
MethodhandleTick
()
api/src/MemberSet.ts:20
MethodhandleTick
()
api/src/Peer.ts:233
← previousnext →101–200 of 241, ranked by callers