Procs
proc decodeControl(pb: ProtoBuffer): ProtoResult[Option[ControlMessage]] {. inline, ...raises: [], tags: [].}
- Source Edit
proc decodeMessages(pb: ProtoBuffer): ProtoResult[seq[Message]] {.inline, ...raises: [], tags: [RootEffect].}
- Source Edit
proc decodePeerInfoMsg(pb: ProtoBuffer): ProtoResult[PeerInfoMsg] {.inline, ...raises: [], tags: [].}
- Source Edit
proc decodeSubscription(pb: ProtoBuffer): ProtoResult[SubOpts] {.inline, ...raises: [], tags: [].}
- Source Edit
proc decodeSubscriptions(pb: ProtoBuffer): ProtoResult[seq[SubOpts]] {.inline, ...raises: [], tags: [].}
- Source Edit
proc encodeMessage(msg: Message; anonymize: bool): seq[byte] {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; control: ControlMessage) {. ...raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; graft: ControlGraft) {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; ihave: ControlIHave) {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; infoMsg: PeerInfoMsg) {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; iwant: ControlIWant) {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; msg: Message; anonymize: bool) {. ...raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; prune: ControlPrune) {....raises: [], tags: [].}
- Source Edit
proc write(pb: var ProtoBuffer; field: int; subs: SubOpts) {....raises: [], tags: [].}
- Source Edit