cleanup, docs
This commit is contained in:
+2
-3
@@ -71,7 +71,6 @@ bool dir_remove(String path, bool recursive = false);
|
||||
String file_temp(String prefix);
|
||||
bool file_chmod(String path, u32 mode);
|
||||
bool file_symlink(String target, String linkpath);
|
||||
String file_readlink(String path);
|
||||
bool file_fsync(u64 h);
|
||||
template <typename... Ts>
|
||||
inline bool file_append(String file_name, Ts... args)
|
||||
@@ -114,8 +113,8 @@ bool ws_send(String message, bool binary = false, String scope = "");
|
||||
bool ws_send_to(String connection_id, String message, bool binary = false);
|
||||
bool ws_close(String connection_id = "");
|
||||
|
||||
String backtrace_frames_string(void* const* frames, size_t size, u32 skip_frames = 0);
|
||||
String capture_backtrace_string(u32 max_frames = 32, u32 skip_frames = 0);
|
||||
String backtrace_get_frames(void* const* frames, size_t size, u32 skip_frames = 0);
|
||||
String backtrace_capture(u32 max_frames = 32, u32 skip_frames = 0);
|
||||
String signal_name(int sig);
|
||||
|
||||
String memcache_escape_key(String key);
|
||||
|
||||
Reference in New Issue
Block a user