| 88 | /// Two pub async functionas are required in the script: `pub async fn init()` and `pub async fn route(upstreams, init, ctx, query)`. |
| 89 | #[derive(Serialize, Deserialize, Clone)] |
| 90 | pub struct RuneScriptBuilder(String); |
| 91 | |
| 92 | impl RuneScriptBuilder { |
| 93 | /// Create a `RuneScriptBuilder` from the script source code. |
nothing calls this directly
no outgoing calls
no test coverage detected