MCPcopy Create free account
hub / github.com/acking-you/static_flow / api_behavior_table

Method api_behavior_table

crates/store/src/lancedb_api.rs:416–418  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

414 }
415
416 async fn api_behavior_table(&self) -> Result<Table> {
417 self.open_table(&self.api_behavior_table).await
418 }
419
420 pub async fn append_api_behavior_event(&self, input: NewApiBehaviorEventInput) -> Result<()> {
421 self.append_api_behavior_events(vec![input]).await

Calls 1

open_tableMethod · 0.45

Tested by

no test coverage detected