Skip to content

Source: Should it consume LightData rather than borrow?

Currently the new function borrows LightData (which is cloned later in the function). Since LightData "belongs" to a source I would rather consume it.