This is a corrected version.
Which function do you want to add comments to?
totalFileNumsInternal in pkg\ddc\alluxio\ufs_internal.go
freeStorageBytesInternal in pkg\ddc\alluxio\ufs_internal.go
totalStorageBytesInternal in pkg\ddc\alluxio\ufs_internal.go
What comments do you want to add?
// totalFileNumsInternal returns the total number of files within the Alluxio file system.
// It queries the master pod via AlluxioFileUtils.GetFileCount.
// freeStorageBytesInternal returns the number of bytes currently available in Alluxio storage.
// totalStorageBytesInternal returns the total capacity in bytes of the Alluxio file system.
This is a corrected version.
Which function do you want to add comments to?
totalFileNumsInternal in pkg\ddc\alluxio\ufs_internal.go
freeStorageBytesInternal in pkg\ddc\alluxio\ufs_internal.go
totalStorageBytesInternal in pkg\ddc\alluxio\ufs_internal.go
What comments do you want to add?
// freeStorageBytesInternal returns the number of bytes currently available in Alluxio storage.// totalStorageBytesInternal returns the total capacity in bytes of the Alluxio file system.