| 1204 | } |
| 1205 | |
| 1206 | void PiuText_set_blocks(xsMachine *the) |
| 1207 | { |
| 1208 | PiuText* self = PIU(Text, xsThis); |
| 1209 | xsVars(piuTextDepth); |
| 1210 | xsVar(0) = xsArg(0); |
| 1211 | PiuTextBegin(self); |
| 1212 | PiuTextBuild(self, 0, 0); |
| 1213 | PiuTextEnd(self); |
| 1214 | } |
| 1215 | |
| 1216 | void PiuText_set_string(xsMachine *the) |
| 1217 | { |
nothing calls this directly
no test coverage detected