MCPcopy
hub / github.com/XX-net/XX-Net / append

Method append

code/default/lib/noarch/dnslib/buffer.py:84–89  ·  view source on GitHub ↗

Append s to end of data & increment offset

(self,s)

Source from the content-addressed store, hash-verified

82 self.data += struct.pack(fmt,*args)
83
84 def append(self,s):
85 """
86 Append s to end of data & increment offset
87 """
88 self.offset += len(s)
89 self.data += s
90
91 def update(self,ptr,fmt,*args):
92 """

Callers 15

babel_update.pyFile · 0.45
EVP_BytesToKeyFunction · 0.45
encrypt_allFunction · 0.45
send_responseMethod · 0.45
send_redirectMethod · 0.45
add_listenMethod · 0.45
selectMethod · 0.45
selectors2.pyFile · 0.45
registerMethod · 0.45
selectMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_DoH_json_queryMethod · 0.36
test_appidsFunction · 0.36