(self: Layer.Layer<ROut, E, RIn>)
| 183 | |
| 184 | /** @internal */ |
| 185 | export const isFresh = <RIn, E, ROut>(self: Layer.Layer<ROut, E, RIn>): boolean => { |
| 186 | return (self as Primitive)._op_layer === OpCodes.OP_FRESH |
| 187 | } |
| 188 | |
| 189 | // ----------------------------------------------------------------------------- |
| 190 | // MemoMap |
no outgoing calls
no test coverage detected
searching dependent graphs…