Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ assign
Method
assign
lib/node.js:108–113 ·
view source on GitHub ↗
(overrides = {})
Source
from the content-addressed store, hash-verified
106
}
107
108
assign(overrides = {}) {
109
for
(
let
name in overrides) {
110
this[name] = overrides[name]
111
}
112
return
this
113
}
114
115
before(add) {
116
this.parent.insertBefore(this, add)
Callers
1
node.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected