MCPcopy Create free account

hub / github.com/dennisss/dacha / functions

Functions11,235 in github.com/dennisss/dacha

↓ 44 callersMethodfind
Finds all headers matching a given name.
pkg/http/src/header.rs:196
↓ 44 callersMethodsend
(self, value: Result<Response>)
pkg/http/src/response_channel.rs:51
↓ 44 callersFunctionshallow_copy
(object)
pkg/media/creation/animation/js/utils.js:212
↓ 43 callersMethoditer
(&'a mut self, data: &'b [u8])
pkg/http/src/hpack/decoder.rs:57
↓ 43 callersFunctionread_dir
This will return an error if the path is not a directory. TODO: Test this with an empty
pkg/file/src/local/dir.rs:72
↓ 42 callersFunctioncreate_dir_all
(path: P)
pkg/file/src/utils.rs:193
↓ 42 callersMethodfind
Lookups up a value in the tree which equals the query. If such a value exists, then an iterator will be returned pointing to that value will be retur
pkg/common/src/tree/avl.rs:84
↓ 42 callersMethodstatus
(&self)
pkg/net/ptp/src/node.rs:169
↓ 41 callersFunctionbuild
Call in the build.rs script of a package to compile all ASN files to Rust code.
pkg/asn/compiler/src/build.rs:35
↓ 41 callersFunctiondraw_box
(box, op, pos)
pkg/media/creation/animation/js/timelines/mocap/animation.js:2693
↓ 41 callersMethodinto
(self)
pkg/asn/src/builtin.rs:60
↓ 41 callersMethodread_exact
(&mut self, data: &mut [u8])
pkg/nordic/src/uarte.rs:147
↓ 41 callersFunctionsleep
()
pkg/peripherals/avr/src/main.rs:85
↓ 41 callersMethodupdate
(&mut self, mut data: &[u8], f: F)
pkg/crypto/src/md.rs:70
↓ 40 callersMethodadd_service
(&mut self, service: Arc<dyn Service>)
pkg/rpc/src/server.rs:181
↓ 40 callersMethodbottom_center
()
pkg/media/creation/animation/js/utils.js:344
↓ 40 callersMethoddata
(&self)
pkg/sys/src/send.rs:100
↓ 40 callersMethodlast
(&self)
pkg/common/src/vec.rs:41
↓ 40 callersMethodmodule
"module" places "chr+bit" with appropriate wrapping within array[] */
pkg/things/labeler/src/datamatrix.rs:377
↓ 40 callersMethodnumber
(&self)
pkg/rpi/src/gpio.rs:55
↓ 40 callersMethodpush_back
NOTE: If the queue is full, this will panic.
pkg/common/src/fixed/queue.rs:37
↓ 40 callersMethodset
(&mut self, y: usize, x: usize, color: &Color)
pkg/image/src/lib.rs:181
↓ 39 callersMethodcollect
Garbage collects all waiters which are no longer being waited on
pkg/executor/src/sync/var.rs:63
↓ 39 callersMethodheight
(&self)
pkg/image/src/lib.rs:243
↓ 39 callersMethodread
TODO: This must support partially reading. TODO: Verify that the host doesn't send more than host_remaining. Notes: - EPOUT[0].AMOUNT seems to be use
pkg/nordic/src/usb/controller.rs:630
↓ 39 callersMethodsend
(&self, entry: LogEntry)
pkg/cnc/controller/src/logging.rs:37
↓ 38 callersMethodas_raw_fd
(&self)
pkg/net/src/tcp.rs:161
↓ 38 callersMethodas_ref
(&self)
pkg/file/src/local/path.rs:136
↓ 38 callersMethodas_ref
(&self)
pkg/math/src/matrix/base.rs:511
↓ 38 callersMethodindex
(&self)
pkg/protobuf/dynamic/src/descriptor_pool.rs:1154
↓ 38 callersMethodinsert
(&mut self, byte: u8)
pkg/automata/src/regexp/vm/lut.rs:12
↓ 38 callersMethodz
(&self)
pkg/math/src/matrix/base.rs:402
↓ 37 callersMethodas_str
(&self)
pkg/asn/src/builtin.rs:129
↓ 37 callersMethodbody
(mut self, body: Box<dyn Body>)
pkg/http/src/request.rs:178
↓ 37 callersMethodbuild
(self)
pkg/http/src/query.rs:57
↓ 37 callersFunctiondrawArrowPos
(context, from, to, lineWidth, headSize, hasReverseArrow = false)
pkg/media/creation/animation/js/arrow.js:4
↓ 37 callersMethodget
(&self, key: &char)
pkg/cnc/gcode/src/command.rs:703
↓ 37 callersMethodget
(&'b self)
pkg/parsing/compiler/src/types.rs:128
↓ 37 callersMethodlog
(&self, num: u64)
pkg/sstable/src/db/paths.rs:93
↓ 37 callersMethodname
(&self)
pkg/protobuf/core/src/value.rs:435
↓ 37 callersMethodput
(&self, key: &[u8], value: &[u8])
pkg/db/txn/client/src/client.rs:445
↓ 37 callersMethodto_string
(&self)
pkg/rpc/src/media_type.rs:74
↓ 37 callersMethodzone
(&self)
pkg/cluster/client/src/meta/client.rs:183
↓ 36 callersFunctiondrawArrow
(context, fromX, fromY, toX, toY, lineWidth, headSize, hasReverseArrow = false)
pkg/media/creation/animation/js/arrow.js:10
↓ 36 callersMethodinto
(self)
pkg/net/src/ip.rs:165
↓ 36 callersMethodlen
(&self)
pkg/common/src/bits.rs:51
↓ 36 callersMethodlen
(&self)
pkg/cluster/test/src/bin/cluster_adder_server.rs:54
↓ 36 callersMethodparent
(&self)
pkg/file/src/local/path.rs:271
↓ 36 callersFunctionserialize_varint
( mut v: WireVarint, out: &mut A, )
pkg/protobuf/core/src/wire.rs:52
↓ 36 callersMethodwait_ms
(&mut self, millis: u32)
pkg/nordic/src/rtc.rs:71
↓ 35 callersMethoditer
(&self)
pkg/crypto/src/nist/response.rs:46
↓ 35 callersMethodmax
(self, other: Self)
pkg/math/src/number.rs:22
↓ 35 callersMethodspawn_interruptable
( &self, name: &str, future: Fut, )
pkg/executor/multitask/src/root_resource.rs:55
↓ 35 callersMethodtop_center
()
pkg/media/creation/animation/js/utils.js:337
↓ 35 callersMethodtruncate
(&mut self, new_size: usize)
pkg/common/src/fixed/vec.rs:87
↓ 34 callersMethodanalog_read
( &self, periph_name: &str, )
pkg/peripherals/service/src/device.rs:423
↓ 34 callersFunctionbitget
TODO: Dedup
pkg/emulator/src/gameboy/timer.rs:21
↓ 34 callersMethodrecv
(&self, output: &mut [u8])
pkg/net/src/udp.rs:114
↓ 34 callersMethodvalue
(&self)
pkg/protobuf/core/src/value.rs:439
↓ 33 callersMethodas_ref
(&self)
pkg/protobuf/core/src/bytes.rs:18
↓ 33 callersMethodas_ref
(&self)
pkg/raft/src/redis/resp.rs:136
↓ 33 callersMethodborrow_mut
(&mut self)
pkg/executor/src/sync/var.rs:138
↓ 33 callersFunctiondraw_multiline_text
(ctx, params)
pkg/media/creation/animation/js/utils.js:261
↓ 33 callersMethodget
(&self, y: usize, x: usize)
pkg/image/src/lib.rs:189
↓ 33 callersMethodget
Get a single bit from the vector where the index is in the same order as the bit was push'ed.
pkg/common/src/bits.rs:189
↓ 33 callersMethodrepair
Makes the current edge/face set completely 'valid'. This uses the 'MapOverlap' algorithm in the 'Computation Geometry - Algorithms and Applications'
pkg/math/src/geometry/half_edge.rs:551
↓ 33 callersMethodrun
(&self, command: &str)
pkg/cluster/cli/src/ssh.rs:117
↓ 33 callersFunctionserialize_varlen_vector
Encodes a byte vector using the length prefixed wire format defined by TLS.
pkg/crypto/src/tls/parsing.rs:48
↓ 33 callersMethodto_der
(&self)
pkg/crypto/src/x509/certificate.rs:267
↓ 32 callersMethodeq
(&self, other: &T)
pkg/http/src/headers/connection.rs:39
↓ 32 callersMethodflip
Flips the array along one dimension.
pkg/math/src/array/mod.rs:855
↓ 32 callersMethodinsert
NOTE: This does not validate the new entry is not already present or doesn't overlap with other tables.
pkg/sstable/src/db/version.rs:663
↓ 32 callersMethodinsert
TODO: rename call_setitem
pkg/builder/skylark/src/dict.rs:74
↓ 32 callersMethodkey
(&self)
pkg/math/compute/src/graph/graph.rs:323
↓ 32 callersMethodstatus
(&self)
pkg/http/src/response.rs:22
↓ 31 callersMethodadd_next_edge
TODO: Remove this. Helper for adding a line to a chain
pkg/math/src/geometry/half_edge.rs:389
↓ 31 callersMethodapply
TODO: Move this into a separate ConfigurationStateMachine struct?
pkg/raft/proto/lib.rs:80
↓ 31 callersMethodas_raw_fd
(&self)
pkg/media/camera/src/v4l2/encoder_op.rs:16
↓ 31 callersMethodas_str
(&self)
pkg/parsing/src/ascii.rs:49
↓ 31 callersFunctionbitset
Sets a bit to either by 1 or 0 based on the given boolean. TODO: Refactor so that 'val' is the last argument.
pkg/common/src/bits.rs:25
↓ 31 callersFunctionclocked_rng
Call me if you want a cheap but insecure RNG seeded by the current system time.
pkg/crypto/src/random.rs:40
↓ 31 callersMethoddrain
(&self)
pkg/cnc/tools/src/remote.rs:165
↓ 31 callersMethodlen
(&self)
pkg/protobuf/core/src/collections.rs:130
↓ 31 callersMethodpop_front
(&mut self)
pkg/common/src/fixed/queue.rs:45
↓ 31 callersMethodread
Reads the current value of the block into the given buffer. NOTE: 'data' MUST be large enough to store the max_length of the
pkg/peripherals/src/storage.rs:271
↓ 31 callersMethodremove
(&mut self, value: &T)
pkg/common/src/tree/avl.rs:215
↓ 31 callersMethodvalue
(&self)
pkg/cnc/monitor/src/config.rs:124
↓ 31 callersMethodwait
(&self, events: &mut [EpollEvent])
pkg/sys/src/epoll.rs:22
↓ 31 callersMethodwrite
Configures the current PWM value frequency: Frequency of the square wave in Hz duty_cycle: Percentage of the time the square wave should be up (from
pkg/rpi/src/pwm.rs:157
↓ 31 callersMethodzip
(&self, other: &Array<B>, f: F)
pkg/math/src/array/mod.rs:395
↓ 30 callersMethodas_ref
(&self)
pkg/common/src/fixed/vec.rs:173
↓ 30 callersMethodclear
(&mut self)
pkg/common/src/bit_set.rs:21
↓ 30 callersMethodkey
(&'b mut self, key: &str)
pkg/format/json/src/stringifier.rs:314
↓ 30 callersMethodlen
(&self)
pkg/http/src/v2/body.rs:258
↓ 30 callersMethodnormalized
Normalizes the Uri using safe transformations. (dot patterns like '.' and '..' will be removed after calling this). This requires that self is NOT a
pkg/http/src/uri.rs:124
↓ 30 callersMethodread_bits_exact
(&mut self, n: u8)
pkg/common/src/bits.rs:617
↓ 30 callersMethodto_f32
(&self)
pkg/cnc/gcode/src/parser.rs:43
↓ 30 callersMethodtruncate
(&mut self, value: bool)
pkg/file/src/local/file.rs:102
↓ 30 callersMethodvalue
(&self)
pkg/math/src/matrix/dimension.rs:30
↓ 30 callersMethodwrite
(&mut self, data: &[u8])
pkg/peripherals/devices/src/trust_m.rs:479
← previousnext →201–300 of 11,235, ranked by callers