Make Doc keep track of max line length
This commit is contained in:
@@ -393,4 +393,12 @@ function common.rm(path, recursively)
|
||||
return true
|
||||
end
|
||||
|
||||
function common.get_table_size(t)
|
||||
local count = 0
|
||||
for _ in pairs(t) do
|
||||
count = count + 1
|
||||
end
|
||||
return count
|
||||
end
|
||||
|
||||
return common
|
||||
|
||||
Reference in New Issue
Block a user