Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dennisss/dacha
/ functions
Functions
11,235 in github.com/dennisss/dacha
⨍
Functions
11,235
◇
Types & classes
4,222
↓ 17 callers
Function
xor_inplace
(a: &[u8], b: &mut [u8])
pkg/crypto/src/utils.rs:14
↓ 16 callers
Method
add
(&mut self, symbol: RegExpSymbol)
pkg/automata/src/regexp/symbol_set.rs:9
↓ 16 callers
Method
add_inline
( &mut self, line: T, )
pkg/common/src/line_builder.rs:23
↓ 16 callers
Method
add_instruction
(&mut self, instruction: Instruction)
pkg/automata/src/regexp/vm/compiler.rs:91
↓ 16 callers
Function
base64url_encode
(data: &[u8])
pkg/base/radix/src/base64.rs:51
↓ 16 callers
Method
binary_field
(&self, name: &str)
pkg/crypto/src/nist/response.rs:21
↓ 16 callers
Method
clear
(&mut self)
pkg/vision/src/connected_components/disjoint_sets.rs:71
↓ 16 callers
Method
contains
(&self, byte: u8)
pkg/automata/src/regexp/vm/lut.rs:8
↓ 16 callers
Function
create_dir
(path: &LocalPath)
pkg/file/src/utils.rs:184
↓ 16 callers
Method
cwise_mul
(&self, other: &Self)
pkg/math/src/array/mod.rs:437
↓ 16 callers
Function
der_eq
(a: &T, b: &Y)
pkg/asn/src/encoding.rs:1421
↓ 16 callers
Method
destination
(&self, edge: &HalfEdge)
pkg/math/src/geometry/half_edge.rs:469
↓ 16 callers
Method
downcast_ref
(&self)
pkg/base/error/src/error_new.rs:25
↓ 16 callers
Method
entries
( &self, start_index: LogIndex, end_index: LogIndex, )
pkg/raft/src/log/memory_log.rs:83
↓ 16 callers
Method
get
(&self, i: usize, j: usize)
pkg/vision/mocap/manager/src/util.rs:22
↓ 16 callers
Method
get_one
(&'a self, name: &str)
pkg/http/src/header.rs:202
↓ 16 callers
Method
height
(&self)
pkg/graphics/src/opengl/window.rs:72
↓ 16 callers
Method
insert
Allocate a new value in the universe's object pool.
pkg/builder/skylark/src/environment.rs:49
↓ 16 callers
Method
is_empty
(&self)
pkg/sstable/src/table/data_block.rs:310
↓ 16 callers
Method
last_mut
(&mut self)
pkg/common/src/bits.rs:59
↓ 16 callers
Function
math_scale
()
pkg/media/creation/animation/js/mathjax.js:62
↓ 16 callers
Method
read_exact
(&mut self, mut buf: &mut [u8])
pkg/common/src/io.rs:443
↓ 16 callers
Method
send
(&mut self, data: &[u8])
pkg/peripherals/tools/src/bin/updi.rs:64
↓ 16 callers
Method
serialize
(&self)
pkg/rp2040/programmer/src/main.rs:222
↓ 16 callers
Method
server
(&self)
pkg/raft/src/node.rs:444
↓ 16 callers
Method
spec
(&self)
pkg/math/compute/src/graph/graph.rs:327
↓ 16 callers
Method
start
(mut self)
pkg/cluster/client/src/server/inst.rs:129
↓ 16 callers
Method
stream
NOTE: This can be called any amount of times with the same MetricResource. TODO: Disallow calling multiple times if we have counter style metrics.
pkg/cnc/monitor/src/metric.rs:88
↓ 16 callers
Method
test
(&mut self, addr: u8)
pkg/peripherals/src/linux/i2c.rs:49
↓ 16 callers
Function
timestamp_proto_to_millis
(obj: any)
pkg/web/lib/formatting.tsx:87
↓ 16 callers
Method
update
(&mut self, idx: usize, holding_shift: bool)
pkg/graphics/src/ui/range.rs:13
↓ 16 callers
Method
value
(&self)
pkg/cnc/bgcode/src/decoder_raw.rs:389
↓ 16 callers
Method
write
Returns true if we overflowed the buffer.
pkg/common/src/segmented_buffer.rs:40
↓ 16 callers
Method
write
(&mut self, param_id: u32, value: &[u8])
pkg/peripherals/src/params.rs:326
↓ 16 callers
Method
write_bulk
NOTE: This assumes that the device protocol has some alternative way of determining the full length of the transfer as this function will not send Zer
pkg/usb/src/linux/device.rs:611
↓ 15 callers
Method
add
(&mut self, target_fd: RawFd, new_file: FileReference)
pkg/container/src/runtime/fd.rs:26
↓ 15 callers
Method
check_valid_pin
(&self, pin: u32)
pkg/nordic/src/controller/peripherals_controller.rs:1762
↓ 15 callers
Function
check_zero_padding
(data: &[u8])
pkg/base/util/src/lib.rs:507
↓ 15 callers
Method
child
Creates a child frame associated with a given value. - This internally gurantees that there is no recursion (no parent context refers to the same valu
pkg/builder/skylark/src/value.rs:156
↓ 15 callers
Function
current_dir
()
pkg/file/src/utils.rs:31
↓ 15 callers
Method
draw
(ctx, params)
pkg/media/creation/animation/js/timelines/3d_printer/motion_animation.js:65
↓ 15 callers
Function
event_handler
(e: InterruptEvent)
pkg/fan_controller/src/avr/interrupts.rs:119
↓ 15 callers
Method
field_by_number_mut
(&'a mut self, num: FieldNumber)
pkg/protobuf/dynamic/src/message.rs:302
↓ 15 callers
Method
finish_stream
Performs cleanup on a stream which is done being used. This should be called whenever stream.is_closed() transitions to true. NOTE: This internally
pkg/http/src/v2/connection_shared.rs:134
↓ 15 callers
Method
flip
(time, value)
pkg/media/creation/animation/js/timelines/3d_printer/motion_animation.js:271
↓ 15 callers
Method
get_field
(&self, name: &str)
pkg/format/json/src/value.rs:59
↓ 15 callers
Method
get_mut
(&mut self, key: &K)
pkg/common/src/vec_hash_set.rs:71
↓ 15 callers
Method
global
()
pkg/web/lib/router.tsx:22
↓ 15 callers
Method
insert
(&mut self, value: T)
pkg/common/src/tree/binary_heap.rs:117
↓ 15 callers
Method
into
(self)
pkg/sys/src/kernel.rs:38
↓ 15 callers
Method
is_empty
Returns true if no data has been received yet. If false, then 1 or more bytes have been received. We can't reliably tell how many bytes have been rece
pkg/nordic/src/uarte.rs:391
↓ 15 callers
Method
parse
(self)
pkg/format/xml/src/reflect.rs:30
↓ 15 callers
Method
process
(&self, drill_holes: &[gerber::DrillHole], out: &mut LineBuilder)
pkg/cnc/cam/src/drill.rs:24
↓ 15 callers
Method
proto
(&self)
pkg/cnc/monitor/src/files.rs:447
↓ 15 callers
Method
request
TODO: Implement storage of the request body if given.
pkg/http/cache/src/lib.rs:71
↓ 15 callers
Method
send_request
Issues a PeripheralRequest to the device and waits for the response. Errors in the PeriheralResponse will be raised as Result::Error. NOTE: In order
pkg/nordic/driver/src/usb_radio.rs:594
↓ 15 callers
Method
serialize
(&self)
pkg/raft/client/src/routing/route_store.rs:248
↓ 15 callers
Method
set_directions
(&self, dirs: &[(usize, PinDirection)])
pkg/peripherals/service/src/mcp23008.rs:58
↓ 15 callers
Method
to_string
(&self, out: &mut LineBuilder)
pkg/executor/multitask/src/resource.rs:131
↓ 15 callers
Method
to_string
(&self)
pkg/net/src/dns/name.rs:78
↓ 15 callers
Method
validity
(&self)
pkg/crypto/src/x509/certificate.rs:271
↓ 15 callers
Method
wait
Wait until
pkg/cnc/monitor/src/change.rs:160
↓ 15 callers
Method
width
(&self)
pkg/graphics/src/opengl/window.rs:68
↓ 15 callers
Method
write_bits
(&mut self, mut val: usize, len: u8)
pkg/common/src/bits.rs:860
↓ 14 callers
Method
Read
( &self, request: rpc::ServerRequest<ReadRequest>, response: &mut rpc::ServerStreamRes
pkg/db/txn/src/store.rs:429
↓ 14 callers
Method
add
(self, rhs: Duration)
pkg/base/time/src/lib.rs:86
↓ 14 callers
Method
add_request_handler
( &mut self, path: &str, handler: H, )
pkg/rpc/src/server.rs:55
↓ 14 callers
Method
as_bytes
(&self)
pkg/peripherals/flasher/uf2/src/lib.rs:113
↓ 14 callers
Function
connect
(fd: &OpenFileDescriptor, sockaddr: &SocketAddr)
pkg/sys/src/socket.rs:226
↓ 14 callers
Method
create
Creates a new cipher instance given a key of supported length. This will precompute all of the round keys for the key.
pkg/crypto/src/aes.rs:115
↓ 14 callers
Method
create_client
Creates a client which connects to all the nodes in this cluster.
pkg/db/txn/src/test_store.rs:115
↓ 14 callers
Method
end_attempt
Reports whether or not the last attempt was successful. This is allowed to be called multiple times if the status of the attempt changes from success
pkg/net/src/backoff.rs:165
↓ 14 callers
Method
finish
Call after the response is fully read to receive the trailer metadata and RPC status. NOTE: It is invalid to call this twice. This does not take 'sel
pkg/rpc/src/client_types.rs:381
↓ 14 callers
Function
index_of
(i, j)
pkg/media/creation/animation/js/timelines/jbod/jbod_animation.js:89
↓ 14 callers
Method
is_empty
(&self)
pkg/container/src/node/resources.rs:14
↓ 14 callers
Method
last_applied
(&self)
pkg/raft/src/key_value.rs:149
↓ 14 callers
Function
map
(p: P, f: F)
pkg/parsing/src/lib.rs:509
↓ 14 callers
Method
next
(&mut self)
pkg/db/txn/client/src/client.rs:538
↓ 14 callers
Method
output
()
pkg/usvg/src/index.ts:76
↓ 14 callers
Method
publish
(&self, event: ChangeEvent)
pkg/cnc/monitor/src/change.rs:138
↓ 14 callers
Method
recv
(self)
pkg/http/src/response_channel.rs:118
↓ 14 callers
Method
recv
(&mut self)
pkg/rpc/src/server_types.rs:154
↓ 14 callers
Function
remove_file
(path: P)
pkg/file/src/utils.rs:264
↓ 14 callers
Method
request
(&mut self, desired_fan_speed: u8, desired_led_color: u32)
pkg/cnc/controller/src/bed/client.rs:109
↓ 14 callers
Method
reshape
(&self, new_shape: &[usize])
pkg/math/src/array/mod.rs:639
↓ 14 callers
Method
right_center
()
pkg/media/creation/animation/js/utils.js:418
↓ 14 callers
Method
set
(&mut self, i: usize, value: u8)
pkg/common/src/bits.rs:197
↓ 14 callers
Method
set
(&mut self, val: u8)
pkg/emulator/src/gameboy/cpu.rs:28
↓ 14 callers
Method
set_heater_duty_cycle
(&mut self, mut v: f32)
pkg/cnc/controller/src/toolhead/test_driver.rs:219
↓ 14 callers
Method
set_text
(text)
pkg/media/creation/animation/js/utils.js:307
↓ 14 callers
Method
snapshot
(&self)
pkg/sstable/src/db/db_test.rs:126
↓ 14 callers
Method
spawn
( &self, f: F, )
pkg/sys/src/thread/factory.rs:66
↓ 14 callers
Method
start_attempt
Signals that a new attempt is about to be performed. NOTE: We assume that exactly one attempt is being done at a time. New attempts can't be started
pkg/net/src/backoff.rs:118
↓ 14 callers
Method
strip_prefix
(&mut self, prefix: &Self::Slice)
pkg/parsing/src/lib.rs:248
↓ 14 callers
Method
sub_allocator
(&'b mut self)
pkg/math/src/big/secure/storage.rs:118
↓ 14 callers
Method
to_owned
(&self)
pkg/file/src/local/path.rs:357
↓ 14 callers
Method
wait
(&mut self)
pkg/nordic/src/uarte.rs:217
↓ 14 callers
Function
yield_now
()
pkg/executor/src/linux/yielding.rs:6
↓ 13 callers
Method
abort
Asks the device to stop what its doing and change its state back to 'idle'. This also sets the status back to OK.
pkg/usb/src/dfu/host.rs:320
↓ 13 callers
Function
append
(path: P, value: V)
pkg/file/src/utils.rs:240
← previous
next →
501–600 of 11,235, ranked by callers