MCPcopy Create free account
hub / github.com/SeasX/SeasLog / getBuffer

Method getBuffer

CodeTips/SeasLogCodeTips.php:196–199  ·  view source on GitHub ↗

* 获得当前日志buffer中的内容 * * @return array */

()

Source from the content-addressed store, hash-verified

194 * @return array
195 */
196 static public function getBuffer()
197 {
198 return array();
199 }
200
201 /**
202 * 获取是否开启buffer

Callers 3

issue60.phpFile · 0.80
seaslog.test.phpFile · 0.80
testBasePath.phpFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected