Skip to content

Commit

Permalink
feat:清理支持dryRun模式 TencentBlueKing#1550
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Dec 13, 2023
1 parent 1c02120 commit 828a210
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ interface NodeStatsOperation {
/**
* 计算文件或者文件夹大小
*/
fun computeSize(artifact: ArtifactInfo, estimated: Boolean = false, before: LocalDateTime = LocalDateTime.now()): NodeSizeInfo
fun computeSize(artifact: ArtifactInfo,
estimated: Boolean = false,
before: LocalDateTime = LocalDateTime.now()
): NodeSizeInfo

/**
* 查询文件节点数量
Expand Down

0 comments on commit 828a210

Please sign in to comment.