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

Method article_views_table

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

Source from the content-addressed store, hash-verified

410 }
411
412 async fn article_views_table(&self) -> Result<Table> {
413 self.open_table(&self.article_views_table).await
414 }
415
416 async fn api_behavior_table(&self) -> Result<Table> {
417 self.open_table(&self.api_behavior_table).await

Calls 1

open_tableMethod · 0.45

Tested by

no test coverage detected