Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/layui/layui
/ constructor
Method
constructor
examples/test/test.js:9–13 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
7
8
class
Test {
9
constructor(options) {
10
lay.extend(this.options, options);
11
this.#init();
12
this.#render();
13
}
14
15
static stats = {
16
total: 0,
Callers
1
jquery.js
File · 0.80
Calls
2
#init
Method · 0.95
#render
Method · 0.95
Tested by
no test coverage detected