fmt: implement wrapping function's super long arguments (fix #15545, fix #21643) (#21782)

This commit is contained in:
yuyi 2024-07-03 04:10:00 +08:00 committed by GitHub
parent 36e31d6908
commit 209063ffd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 260 additions and 129 deletions

View file

@ -135,7 +135,8 @@ fn example_vfs_access(vfs &sqlite.Sqlite3_vfs, zPath &char, flags int, pResOut &
return sqlite.sqlite_ok
}
fn example_vfs_open(vfs &sqlite.Sqlite3_vfs, file_name_or_null_for_tempfile &char, vfs_opened_file &sqlite.Sqlite3_file, in_flags int, out_flags &int) int {
fn example_vfs_open(vfs &sqlite.Sqlite3_vfs, file_name_or_null_for_tempfile &char, vfs_opened_file &sqlite.Sqlite3_file,
in_flags int, out_flags &int) int {
println('open called')
mut is_temp := false