func NSUIGraphicsGetCurrentContext()

in Source/Charts/Utils/Platform+Graphics.swift [31:34]


func NSUIGraphicsGetCurrentContext() -> CGContext?
{
    return UIGraphicsGetCurrentContext()
}