MCPcopy Index your code
hub / github.com/apache/opendal / PythonLayer

Interface PythonLayer

bindings/python/src/layers.rs:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21use opendal::Operator;
22
23pub trait PythonLayer: Send + Sync {
24 fn layer(&self, op: Operator) -> Operator;
25}
26
27/// Layers are used to intercept the operations on the underlying storage.
28#[gen_stub_pyclass]

Callers

nothing calls this directly

Implementers 1

layers.rsbindings/python/src/layers.rs

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…