MCPcopy Create free account
hub / github.com/ccusage/ccusage / apply_weekly_args

Method apply_weekly_args

rust/crates/ccusage-cli/src/tests.rs:67–71  ·  view source on GitHub ↗
(&self, args: &mut WeeklyArgs)

Source from the content-addressed store, hash-verified

65 }
66
67 fn apply_weekly_args(&self, args: &mut WeeklyArgs) {
68 if let Some(start_of_week) = self.weekly_start {
69 args.start_of_week = start_of_week;
70 }
71 }
72
73 fn apply_blocks_args(&self, args: &mut BlocksArgs) {
74 if let Some(active) = self.blocks_active {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected